• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

index.htm instead of index.html

L

lmaes

Guest
When I want to use index.htm instead of index.html as the start page for a domain, how do I configure that in Plesk?

Ludo
 
From within the Plesk control panel you cannot. You would have to edit the global httpd.conf, find the line beginning with "DirectoryIndex" and modify it.

Example:

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

For more information, see the Apache docs at:

http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex
 
ShadowMan,

Thanks for the answer. Unfortunately, we have no knowledge to change anything in the Apache settings, but appreciate you took the time to respond. Strange however that such features are available in Ensim and not in Plesk. Maybe something for the developers for a future upgrade.

Ludo
 
The only advice I can give you is - as a server admin, you should at least familiarize yourself with the use of SSH to login to the server as 'root' to be able to do certain administrative tasks, and you should have some basic knowledge about the OS and certain software packages (Apache, mySQL, PHP).

Basic editing of Apache files is not that difficult, kind of like using MSDos to edit a batch file.

I know other panels such as ensim and cPanel/WHM have many 'bells and whistles' for doing tweaks to the server, but Plesk is not currently up to that level of spit and polish. Maybe some day....
 
Back
Top