Forum Moderators: phranque
I'd like to do this for a client that has a large site running on a script that is generating .html files. It's not worth hiring a programmer to fix the script (at least right now), but if I could make some changes on the server that would suddenly allow me to do includes it would be a big help on my end.
Is this possible? TIA!
AddHandler server-parsed .html If you have a dedicated server, you can put it in the httpd.conf instead. I don't think it's possible in a shared environment on a Windows server running IIS, but of course if you have administrative access to the IIS configuration, you can set it there.