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
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


Comment