I\'ve been trying to get .html files to process like .PHP files, using the .htaccess file. I\'ve used the following, both of which don\'t work and trying to access the test
Try this:
AddHandler application/x-httpd-php .html .htm
or
AddHandler x-httpd-php .html .htm
SetHandler application/x-httpd-php
SetHandler application/x-httpd-php5
Edit: For 1&1 server:
AddType x-mapp-php5 .html .htm
One of these should work