see, this used to work on my. SAME code.. today, i wanna add something else to my .htaccess. then, decide to use my old .htaccess again. so, i uploaded the old .htaccess file.
whenever i load my page with this code(below), my sever says "you don't have permission to load this page" (403)
what the fuck is going on? that's the same code i used before! it work perfectly!
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?afks.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]
Why? it was working 30 mintures ago.