Koozali.org: home of the SME Server

Change to listen for something other than index.html.

SSBN

Change to listen for something other than index.html.
« 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?

ergozd

Change to listen for something other than index.html.
« Reply #1 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.

shanen

Change to listen for something other than index.html.
« Reply #2 on: February 22, 2004, 04:15:46 AM »
Use a .htaccess file with the following:
"DirectoryIndex yourfile.html"