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?
Include files
Moderator: General Moderators