If your Apache install isn't opening index.html and is instead showing directory contents or an access denied message (and you don't want that), you need to check the following config entry in your httpd.conf:
Make sure you have index.html specified as a DirectoryIndex file:
DirectoryIndex index.html
*you can add other file names like index.php, etc. if you want Apache to serve them up instead of trying to do a directory list or giving an access denied message.
__________________
Atlanta Internet marketing |
Atlanta web developers