• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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