Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: SSBN on February 21, 2004, 05:08:09 PM

Title: Change to listen for something other than index.html.
Post by: SSBN on February 21, 2004, 05:08:09 PM
Change to listen for something other than index.html.

It has been a while and I forget how to set apache to pick something up other than index.html as the primary page. Any quick answers for me?
Title: Change to listen for something other than index.html.
Post by: ergozd on February 21, 2004, 06:38:49 PM
You can do that by modifying
#/etc/httpd/httpd.conf

and changing the order in DirectoryIndex parameter.

I you want your changes to be permenant don't forget to modify your templates.
Title: Change to listen for something other than index.html.
Post by: shanen on February 22, 2004, 04:15:46 AM
Use a .htaccess file with the following:
"DirectoryIndex yourfile.html"