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

Vhost extension!

G

gamersroot

Guest
Hi, one of my vhost have a root file name home.html, habitually plesk is searching for index.html!!!

I can't find the option to switch to home.html ...

So now when i type www.unvisualx.net i arrive on the test page of Apache...cause the webserver can't find any index.html in the directory!

How can i fix that?

Thks a lot!
 
just add to this line:

DirectoryIndex at_domains_index.html index.html index.html.var index.shtml index.cfm index.htm index.cgi index.php



which is located in:

/etc/httpd/conf/httpd.conf
 
Back
Top