Quote:
|
Originally Posted by gungarlin
My problem is when i browse to the document root "var/www/html"
|
What do you mean when you browse there? Shouldn't you be browsing to
http://localhost instead?
If you just mistyped something, and you are indeed trying to hit that server by a valid IP or domain name, make sure you have your default file listed in your DirectoryIndex option in your httpd.conf. It should read something like:
Code:
DirectoryIndex index.php index.cgi index.shtml index.html index.htm index.html.var
remove the ones you don't use from that, I just put them all in there as an example.
There's nothing wrong with a trailing slash