Page 1 of 1

Include files

Posted: Tue Mar 23, 2010 2:31 am
by leewad
Hi,

Im trying to include a file into a html file but having problems:

in my .htaccess i have:

AddHandler server-parsed .html .htm

Now the problem I have is it works using a html file

include virtual="footer.htm"

BUT NOY USING A PHP FILE

include virtual="footer.php"

Any ideas why it will add .htm but not .php files in the include?