• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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