I have a customer that is migrating to our services but an issue that came about is that they use a ton of SSIs within .html files. Apache won't excute the SSI within a .html file. I've tried adding
AddType text/html .html
AddHandler server-parsed .html
but that did not work. Is there a way I can allow .html files to excute the includes within them? I would force the customer to use .shtml but there are over 27,300 internal references!
Thanks for your input.
JT
AddType text/html .html
AddHandler server-parsed .html
but that did not work. Is there a way I can allow .html files to excute the includes within them? I would force the customer to use .shtml but there are over 27,300 internal references!
Thanks for your input.
JT