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.

  • 134 Users Found This Useful

Was this answer helpful?

Related Articles

Cross Origin Request Error

When receiving a cross-origin / cross original request, CORS header 'Access-Control-Allow-Origin'...

Add Flash Chat to your Website

We ran into this website recently which allows you to easily insert a flash chat room into your...

How do I cancel my account?

We are sorry to hear you would like to cancel your account! If there is anything we can do,...

Disable error_log via htaccess

Prevent public display of PHP errors via htaccess# supress php errorsphp_flag...

Inode issues

There are many issues that can arise from reaching your inode limit. The inode limit is the total...