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 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
Archived
This topic is now archived and is closed to further replies.