What is a shtml file type?

A web file type with the suffix of ".shtml" (rather than the usual ".html" or ".htm") indicates that the file includes some information that will be added "on the fly" by the server before it is sent to the users browser.

A typical use is to include the contents of a single file across many web pages or certain kinds of server variables.

This functionality is called Server Side Includes or SSI and is typically only supported by the ".shtml" file type.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

htaccess code examples

Your .htaccess file is commonly used to change the way that people access or view your site. This...

How to run php code in an html page?

If you want to run php code in your html web pages we recommend that you rename them using the...

What does SSI (Server Side Includes) mean?

SSI or Server Side Includes are used to add contents of other files or variables from the server...

Internal Server Error - http 500 error

Internal server errors can be caused by a few different things. Please check the Error Logs in...

Bandwidth Limit Exceeded - http 509 error message

If you are seeing the following http 509 Bandwidth Limit Exceeded error it is because you have...

Powered by WHMCompleteSolution