Ssi & Php

priestjim

Well-Known Member
#1
A client of ours is experiencing an issue with SSI & PHP scripts. In an .shtml page (including SSI code) he needed to include php code so he uploaded an .htaccess file with the following:

AddType application/x-httpd-php5 shtml

But instead of running through PHP and SSI, the page now only runs through PHP.

In his local Apache environment, this worked as expected.
 
Top