How do I enable SSI (Server Side Includes)?

How do I enable SSI (Server Side Includes)?

1. Create a new file called .htaccess on your home computer 
2. Put these two lines in the file and save it 

AddType text/html .shtml 
AddHandler server-parsed .shtml 

3. Upload this file to www directory 
4. Upload any SSI files with the extension .shtml

Having trouble? Contact us and our team will be happy to help.



How did we do?