jman1764

Registered
May 9, 2005
3
0
151
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
 

dave9000

Well-Known Member
Apr 7, 2003
888
1
168
arkansas
cPanel Access Level
Root Administrator
go into the site cpanel and then apache handlers and add

.html server-parsed
.htm server-parsed

and it will work we have several sites setup exactly this way