found in the forum tutorial do redirect to a image or a link but not to the page that contains the image
I did this:
[code]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?allvip.us [NC]
Rewrite...
I did this:
[code]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?allvip.us [NC]
Rewrite...