Forum Moderators: martinibuster
Have you actually contacted your host to verify that they are not supported or did you just try it and they didn't work?
Add the 2 lines to .htaccess placed in the root directory:
addtype text/html .htm
AddHandler server-parsed .htmWill mean that every page is parsed as SSI by apache (possibly slowing down your website) - but I think that is what you are looking for.
Well, no. What I want is to insert a piece of code without the weight of the whole script, just a reference to that. I propoused SSI but don't want to scrify my whole site speed for that...
Is there ohter alternative? Workarounds?