PHP for .html files

Posted on 2009-07-12

Add the follow line to the .htaccess file:

AddType application/x-httpd-php5 .html

This lets you can still have nice URLs that end with .html, but run then through the PHP processor for includes and such like.

Tags: apache php