Adding a default document to an existing template

I have several domains imported to hestia that use the default/index document of “default.htm” because they originated from a Windows ASP server.

Hestia however looks for index.htm/index.html/index.php. Is there an easy way to add default.htm to the template and apply to all the domains?

Hey I found an easy way around this by using “.htaccess”. These sites were migrated from a server that did not need the below setting .htaccess.

DirectoryIndex default.htm

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.