• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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