I wish to call SSI from within my PHP script. The script has the extension .php so it didn't get parsed by the server, so I edited .htaccess to include the following lines:
AddType text/html .html .php
AddHandler server-parsed .html .php
Well.. the SSI works, but none of the PHP does :/ How can I fix this (other than re-writting the SSI into PHP)?
I have seen this type of question on the forum a few times, but none of them seem to be resolved.
Thanks!
Clint