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] Code (markup): 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