View Single Post
Old 2009-05-11, 06:43 PM   #3
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
Quote:
Originally Posted by cd34 View Post
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.
well that simplifies things

as I want to use the php, I'll just take out the SSI altogether then.

thanks
ponygirl is offline   Reply With Quote