Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Rewrite image for specific referrer


batface - 7:24 am on Nov 5, 2012 (gmt 0)


ok but with this amendment I still dont get the rewrite image:

RewriteEngine On
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} ^http://(www\.)?thereferrer\.com [NC]
RewriteRule ^images/image\.png$ /directory/images/new-image.png [L]

or

RewriteEngine On
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} thereferrer
RewriteRule ^images/image\.png$ /directory/images/new-image.png [L]

neither work.


Thread source:: http://www.webmasterworld.com/apache/4515652.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com