:-? Little confused here...
I have entered in the following code into my gallery's .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://mysite/gallery/albums [NC]
RewriteCond %{HTTP_REFERER} !^http://mysitegallery/albums [NC]
RewriteRule .*\.(jpg|gif|avi|png)$ - [F,NC]
So after I save the file (W2K3 server running WAMP {Apache 2.0.54 and PHP 5.0.4}) and restart the service, I can't see the background images, let alone any of the pictures!
I have three .htaccess files showing, all in different locataions!
Have I done something wrong?
Posts: 3236
If you take that out, it works fine?
Posts: 18
Yes. For the time I have commented out the commands with "#"
Posts: 18
Anyone? *bump*