Click to See Complete Forum and Search --> : SSI running on html documents


druss
02-15-2003, 06:36 PM
i have a ssi code in my .htm files and i dont want to change the extension into shtml. i know that in the past i used .htaccess to parse html files into shtml or something like that and all it did was enable .htm files to run ssi code.

Thats all i need yet i cannot make it work??

Please Help

Goran Sterjov

virtualoverride
02-16-2003, 01:42 PM
Normally I think you should be able to use:
AddType text/html .htm
AddHandler server-parsed .htm

You may also try:
XBitHack on

which will parse all 'text/html' files that have the user-execute bit set in their file permissions.