• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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