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: subgeniux on May 29, '03 08:12:27AM

I searched through the httpd.conf file and found these lines. Do a search through the httpd.conf file for HTML and you'll find these lines, then change the index.html in the DirectoryIndex line to your homepage file, I think this might do it.

#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.html
</IfModule>



[ Reply to This | # ]
specific "home page"...
Authored by: subgeniux on May 29, '03 08:15:45AM

Oops, Patrick has already mentioned what I just said.



[ Reply to This | # ]