[CentOS] How to Stop the Image URL in apache

Mon Jul 28 12:47:24 UTC 2014
Peter <peter at pajamian.dhs.org>

On 07/28/2014 09:03 PM, Shital Sakhare wrote:
> Thanks Peter,
> 
> But I get it resolved. The setting is in Apache server itself. By adding
> rewrite rule into apache or .htaccess. Below is the code and it worked.
> 
> RewriteCond %{HTTP_REFERER} !^%{HTTP_HOST}$ [NC]
> 
> On Mon, Jul 28, 2014 at 2:05 PM, Peter <peter at pajamian.dhs.org> wrote:
>> There are tricks you can do with ... with
>> checking the referrer ... but all of them are easy to
>> circumvent,

You're referrer trick will only work against someone who doesn't know
how to (easily) circumvent it.


Peter