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

Why do I get emails for cron jobs?

This is the default. If you would like to disable receiving emails when a cron job runs append...

Convert PDF to HTML Service

To convert your PDF files to html try using the following converter tool from Adobe:...

Cross Origin Request Error

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

How do I submit my site to search engines?

Submit your website to popular search engines to increase your webite's exposure and visitor...

vBulletin fsockopen() [function.fsockopen]: unable to connect

When setting up mail in vBulletin be sure you are using localhost for the mail server along with...