You're right, all my .jpg's used to be lower case now they're upper case. How do I change my .htaccess file?
I'm a total newbie at this. How do I modify this? Where do I add the .JPG in upper case? Can you rewrite my .htaccess for me PLEEEEAAASEEEE?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.canadafreeporn.com/.*$ [NC]
RewriteRule \.(gif|jpg|js|css)$ - [F]
# last line
|