On 10/27/05, Michael Louie Loria <[EMAIL PROTECTED]> wrote:
> a user enters http://www.lorztech.com/lsb in the browser then is
> redirected to http://legaspisavings.com/
>
> I would like to prevent redirections from http://www.lorztech.com/lsb to
> the our site http://legaspisavings.com/.
>
> I'm currently checking on hot link protection but I ain't sure if it's
> the right solution.

lorztech.com/lsb is sending an HTTP redirect (Location header).  I
know of no way to detect this from the "receiving" site, since
browsers do not change the Referer on redirects.  So you can identify
sites based on who linked to the /lsb location, but not based on the
/lsb location itself.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to