How to enable SSI in htaccess

Discussion in 'HTML & Website Design' started by bubaipal, Jul 13, 2009.

  1. #1
    I want all my html and htm to parse ssi. I want to include image, text and html

    I used this in htaccess, but browser seems to download the file rather than viewing it.


    Options +Includes
    AddType text/html/jpg .htm
    AddOutputFilter INCLUDES .htm
    AddType text/html .html
    AddOutputFilter INCLUDES .html
     
    bubaipal, Jul 13, 2009 IP
  2. bubaipal

    bubaipal Peon

    Messages:
    939
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    And what does this do

    Options Indexes FollowSymLinks Includes
     
    bubaipal, Jul 13, 2009 IP