Parse .html files as PHP
AddHandler application/x-httpd-php .html
You can substitute your own arbitrary file extensions for .html if you want to use, for example, filename.foo on your site.
TextSnippets > kchrist > php
1159 users tagging and storing useful source code snippets
Kenn Christ http://www.inmostlight.org/
AddHandler application/x-httpd-php .html
<IfModule !mod_php4.c> <FilesMatch "\.php$"> Order allow,deny Deny from all Allow from none FilesMatch> </IfModule>