If my hotlink protection worked properly, the above image would not load. For some reason, my CGI hotlink protection isn't working. Below is the code I put in my .htaccess. Can anyone help me get it working properly? RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !thunderunblock\.info [NC] RewriteRule ^nph-proxy.pl.(.+)$ /index.php? [R] Code (markup): Thanks for the help!