Saturday, October 19, 2013

Apache Handlers, running html as php

To get regular html pages to handle php code, you need to add this line to your htaccess file.

AddHandler application/x-httpd-php5 .html .htm

No comments:

Post a Comment