Parse HTML files as PHP
1 AddType application/x-httpd-php .html
DZone Snippets > peter > htaccess
12878 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Peter Cooperx http://www.petercooper.co.uk/
1 AddType application/x-httpd-php .html
1 RewriteEngine On 2 RewriteCond %{HTTP_REFERER} ^.*slashdot.*$ 3 RewriteRule .* - [F]