On 10/27/05, Michael Louie Loria <michaellouieloria@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx