PDA

View Full Version : SSI in .html



RosT
10-25-2005, 04:06 AM
How to enable SSI support for .html files in Apache 2.x ?

I'm modiy

AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

to

AddType text/html .shtml .html
AddOutputFilter INCLUDES .shtml .html

but this don't work. HTML pages with ssi don't loading!