SSI and .htaccee

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • isa
    Registered User
    • Dec 2002
    • 24

    #1

    SSI and .htaccee

    Hi everybody,
    I would like to use SSI in my domain and I've added some lines in .htaccess file but it was not working.

    Options -Indexes
    Options +Includes
    AddType text/html .htm
    AddType text/html .html
    AddType text/x-server-parsed-html .htm
    AddType text/x-server-parsed-html .html

    Than I tried with this:
    AddType text/html .html
    AddHandler server-parsed .html
    Options Indexes FollowSymLinks Includes

    but nothing happened.
    Then I asked to my administrator system and he told me he modified the include virtual path so that is points to the www path instead of the filesystem path. Now I can use SSI only with .shtml files but I need to work with files.html.

    Could anybody tell me what I have to do ?
    Thanks
    Isa
    Last edited by isa; 02-10-2004, 01:24 AM.
  • PbG
    Confirmed User
    • May 2003
    • 1025

    #2
    I could be mistaken but I believe SSI are only supposed to work with *.shtml Which simply means you just have to use *.shtml instad of *.html

    Uncensored-Hosting | Photography by Gus

    Comment

    Working...