tacmig99
09-23-2006, 06:26 PM
I am attempting to use SSI for the first time because iFrames are getting increasingly annoying but I have PHP in my pages.
I have the following server information:
System-wide defined Apache handler
.cgi .pl cgi-script
.php .php5 cgi-php5
.php4 .php3 cgi-php4
.shtml server-parsed
I don't want to use php5 because I have been told it's not backward compatible so I used:
AddHandler cgi-php4 .php
Now the problem I have is with the SSI, when I try to make my .php pages have SSI enabled it changed my AddHandler from cgi-php4 to server-parsed. Is there any way to have both AddHandlers use .php or am I overlooking something?
I have the following server information:
System-wide defined Apache handler
.cgi .pl cgi-script
.php .php5 cgi-php5
.php4 .php3 cgi-php4
.shtml server-parsed
I don't want to use php5 because I have been told it's not backward compatible so I used:
AddHandler cgi-php4 .php
Now the problem I have is with the SSI, when I try to make my .php pages have SSI enabled it changed my AddHandler from cgi-php4 to server-parsed. Is there any way to have both AddHandlers use .php or am I overlooking something?