Windows Hosting (Plesk) Hilfe

Enable SSI scripting for my Windows Hosting account

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 GoDaddy account.
  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>