Results 1 to 1 of 1

Thread: How to use SSI - Server Side Includes

  1. #1
    sergey is offline Master Glow Jedi
    Join Date
    Aug 2005
    Posts
    472

    Default How to use SSI - Server Side Includes

    The following directive needs to be added to the .htaccess file in order to get SSI working on html, shtm, htm and shtml files:

    AddHandler server-parsed .shtml .html .htm .shtm
    You can also simply name your files that contain Server Side includes .shtml and you will not need to add anything to your .htaccess file.
    Last edited by Matt; 11-28-2006 at 09:47 PM. Reason: additional info

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14