Z33M@N Posted September 9, 2009 Share Posted September 9, 2009 I have the following rules which is not working RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?sa-tourism\. [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(.+)\.google\. [NC] RewriteRule ^(.*)\.(gif|jpe?g|png)$ http://%{HTTP_HOST}/images/hotlink.jpg [R,NC,L] I want to redirect this www.domain.com/sa-tourism/wp-content/uploads/2009/03/vuvuzela.jpg to the hotlink image? What am I doing wrong, my images not redirecting to the hotlink image Thanks Quote Link to comment https://forums.phpfreaks.com/topic/173637-hotlink-rules-not-working-properly-need-help-please/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.