View Single Post
  #7  
Old 07-08-2010, 10:54 AM
innoshare innoshare is offline
Junior Member
GB Newbie
 
Join Date: Jul 2010
Posts: 6
Default Check DirectoryIndex in httpd.conf

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

Last edited by innoshare; 07-08-2010 at 10:56 AM.
Reply With Quote