• 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.

Default page - Site Preview

R

rmiinc

Guest
To preview a site, the manager directs you to the index.html page.

Can the default setting be changed for each site (i.e. index.htm), especially for those clients that have a different extension for their default page?

Thanks.
 
The httpd.conf file sets the default. You'll find it in the /etc/httpd/conf directory. Look for the line that starts with:

DirectoryIndex

and add, say, default.htm to the end making it look like:

DirectoryIndex index.html index.htm index.shtml index.php index.php3 default.html default.htm

If you make any changes be sure to restart Apache.
 
Back
Top