Frequently Asked Questions

Enabling SSI for HTM and HTML Files to Plesk Shared Hosting Accounts

Print this Article
Last Updated: June 25, 2015 10:21 AM

Plesk provides native support for Server Side Include scripting for SHTML, HTML, and HTM files.

To Enable SSI Support for HTML and HTM Files

  1. Log in to your Account Manager.
  2. Click Web Hosting.
  3. Next to the account you want to use, click Manage.
  4. Next to the domain you want to use, click Hosting Settings.
  5. In the Web Scripting and Statistics section, select both SSI support and (use SSI for *.htm, *.html files).
  6. Click OK.

If SSI scripting still doesn't work, you might need to add the following handler to the he system.webServer section of your Web.config file:

<handlers> <add name="SSINC-html" path="*.html" verb="*" modules="ServerSideIncludeModule" resourceType="File" requireAccess="Script" /> </handlers>