Quote:
|
Originally Posted by Nasty
Put something like this in your htaccess to parse other file types
AddHandler server-parsed .shtml .shtm .htm .html
|
That solved the problem , thanks
I knew i had to have something like this , i already had :
AddType text/x-server-parsed-html .html
what's this line for then ?