Look at your httpd.conf file, you're looking for the default document root
- or possibly create a virtual host as:
----- Original Message -----
Sent: Monday, January 12, 2004 11:06
PM
Subject: Re: accessing localhost
Craig White wrote:
On Mon, 2004-01-12 at 11:27, redhat wrote:
Ok, why don't we start from the beginning...
How do I set up a website on my single home computer for viewing on the same single home computer?
---
simple question - simple answer
put documents in /var/www/html - generally a file by the name of
index.html index.htm index.php will load by default
Craig
Ok, the site is set with index.php and other php
files. I went and added an index.html file just to test and I still get
forbidden errors.
Is there an on-web doc for setting this up?
What services must be running? Httpd and what
else?