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