303: Using Server Side Includes with HTML Files
Written by Tim SissonTypically, when you use Server Side Includes, you'll save the file with the shtml extension. This tells the server that it contains a SSI. If you have lots of files, renaming them with the shtml extension can be tedious. You can easily set up a htaccess rule to allow SSI with html files. If you are not familiar with server side includes, please read our article.
Please keep in mind, if you do not have to do this, it is not recommended. Since you are directing the server to parse all HTML files it can slow down page load speeds.
Setting SSI to work over HTML
- Log into cPanel.
- Open the directory where your .htaccess file is using file manager in cPanel.
- Open the .htaccess file with code edit. At the top of the file add these lines of code:
AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes AddHandler server-parsed .html .htm
Now, when you use Server Side Includes you can use HTML pages as well. If you need further assistance please feel free to contact our support department.
Like this Article?
Tweet
Latest Questions
If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Recent QuestionsNeed more Help?
Search
Ask the Community!
Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.
Current Customers
| Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
|---|---|---|---|
| Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |

