html or htm parsed as shtml not working

To parse .html or .htm files as .shtml add the following to your .htaccess file in the public_html folder:


AddHandler server-parsed .shtml .html .htm



If includes are still not working it may be the case you are on a server with nginx reverse proxy setup. If so, contact us and we can place an exception on your domain name for it. It is highly recommended to use .php or .shtml instead and utilize the nginx reverse proxy and varnish cache as they can speed up your website significantly.

  • 132 Users Found This Useful

Was this answer helpful?

Related Articles

How do I hide my domain WHOIS information?

If you do not wish to have your contact information shown when someone does a WHOIS report on...

Troubleshooting Cloudflare errors

You may encounter errors using CloudFlare from time to time. This article may help to resolve...

htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

To solve “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable” follow...

Can I setup SSL on my account?

Yes, you can purchase a secure certificate through us so you can use SSL. You can also give us...

301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the...