Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'specific "home page"...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
specific "home page"...
Authored by: patrickgibson on May 27, '03 05:44:28PM
You can delete the index.html that's generated by the script, and replace it with your own. Alternatively, if you want to have something like index.cgi or index.php as your index, you can create a .htaccess file in the website folder with the following line:

DirectoryIndex index.php index.cgi index.html

(The order that you specify will be the search order.)

You can also search for "DirectoryIndex" in /etc/httpd/httpd.conf

[ Reply to This | # ]

specific "home page"...
Authored by: zeb on May 28, '03 12:01:23AM

Thanks Patrick, I set the "DirectoryIndex" in the httpd.config file to search for possible home pages that I might use...



[ Reply to This | # ]