Server Side Includes

Discussion in 'Installation/Configuration' started by jtheed, Oct 22, 2010.

  1. jtheed

    jtheed Member

    I have a site setup to use Server Side Includes and it is working except it will not display index.shtml, I get an Error 403 Forbidden.
    For now, I have put in an index.html and redirected it to the index.shtml and everything else works fine.

    What am I doing wrong?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Add:

    DirectoryIndex index.shtml

    in the apache directives field on the options tab of the website settings.
     

Share This Page