Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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?
-
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.
-
Use a .htaccess file with the following:
"DirectoryIndex yourfile.html"