View Single Post
Old 2009-05-11, 06:00 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
With Apache1, you cannot run a page with SSI and PHP parsing at the same time.

With Apache2, you can, but, it isn't recommended. Apache2 would be something like:

Code:
<FilesMatch "\.htm(l)?$">
    SetOutputFilter INCLUDES
</FilesMatch>
AddType application/x-httpd-php .htm .html
maybe..... not all servers will allow you to mix them.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote