Forum Moderators: mack
I remember seeing large interactive sites parsing static html just like a blog. I'm not too sure how to tackle this problem. All I can think of is html wrapper.
Any advice?
I remember seeing large interactive sites parsing static html just like a blog
yummybanas it is possible that these sites have modified their server to parse files with html as a server side script (ie the page appears to be .html but in fact there is asp/jsp/php running on it).
for html types of includes you can look up pages with an .shtml extension.
hope this helps.
Options +Includes
AddHandler server-parsed .shtml .html .htm
It does mean when you update a library item, you have to re-upload all the pages that use it for the change to happen.