I have a bunch of html files that require server side includes, but Dreamhost will only allow ssi for files ending in .shtml
Fortunately, all we need is to place this line in the .htaccess page:
AddHandler server-parsed .html
(Other web hosts require this: addType text/x-server-parsed-html .html)
No comments:
Post a Comment