I have this .htaccess file:
AddType application/x-httpd-php .php .html
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?pornpartyporn\.com [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} ^http://.*$
RewriteRule \.(jpe?g|gif|bmp|png|jpg|mpg|mpeg|wmv)$
http://www.pornlinkworld.com/freesites/hotlink.gif [L]
this line doesn't work:
AddType application/x-httpd-php .php .html
am I missing something?