• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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