Forum Moderators: phranque
I have a bunch of .html files in a directory.
I need to run a specific files, test.html as PHP. Because test.html has PHP code in it.
How do I create a .htaccess rule so that test.html is executed as PHP?
I added this bit in the .htaccess and it did not work
AddType application/x-httpd-php test.html
TIA