manage default documents?

M

myersoft

Guest
How do I manage default documents for a domain as well as the order in which they load? I have a site with a flash intro on a index.html that redirects to the index.php page. When I load the site in the browser, it goes directly to the index.php. I want it to go to the index.html first.
 
add this to the domains /conf/vhosts.conf or .htaccess files:

DirectoryIndex index.html index.cgi index.pl index.xhtml index.shtml index.cfm index.htm index.php

Notice the .html & .htm are before the .php? Apachie reads them in order.

HTH
 
Back
Top