Forum Moderators: phranque

Message Too Old, No Replies

Stop the sending of a referal page?

         

JAB Creations

8:41 pm on Mar 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm curious if I can set Apache to not send the refering page from my server from just my webstats...

I visit pages that have refered links to my server to check out how people are linking to me. However I don't want the url of the list of links showing up in someone's access log. Is there any way I can stop that for *JUST* a file or folder in general without stopping it from my entire site?

sitz

10:55 pm on Mar 20, 2005 (gmt 0)

10+ Year Member



Speaking soley for myself, I have no idea what you just asked. =)

Can you try it again, with examples?

MovingOnUp

11:19 pm on Mar 20, 2005 (gmt 0)

10+ Year Member



Referrers are a function of the browser, not the web server.

One thing you could do is rewrite the links in Javascript. Usually Javascripts don't pass referrer information.

Another quick thing you can do is to just copy the link and paste it into the location bar. After a few times, it's second nature. With IE: Right click the link, T, Control-L, Control-V, Enter.

incrediBILL

11:23 pm on Mar 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It's a complex operation called COPY & PASTE, not for the timid

COPY the desired URL from the list and PASTE in your address bar on the browser

Here's an even simpler idea, save a copy of the web page to your local PC and then click the links from there, no referer from your site at least.

jdMorgan

11:27 pm on Mar 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The sending of referrers is controlled by the browser, and not by the page that is referrring the browser to the target URL.

So, the question is something like, "How do I disable my browser from sending referrers when I'm back-tracking incoming-referrer links from my site stats page?", and the answer is that it depends on what browser you use. I've got a neat little toolbar for my Mozilla-based browsers, and all I have to do is move my mouse cursor into that toolbar and uncheck the "Send Referrer" box. Other browsers may give you control of this in their "Options" settings.

Another way to do it is to always open the incoming-referrer link in a new window. The page request will then be sent without a referrer.

Jim

MovingOnUp

3:58 am on Mar 21, 2005 (gmt 0)

10+ Year Member



Another way to do it is to always open the incoming-referrer link in a new window. The page request will then be sent without a referrer.

Not true. I just tested to make sure, and IE does send a referrer whether it's a new window or not.

JAB Creations

4:12 am on Mar 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Copy link, paste link in new window... I understand this...

What I'm asking is if I can skip this and not have site2 see site1 as the referring site but still just click like normal on the link.

*edit*
Think of my question from the approach of a sniper. I want to get up close to where my target is, look around, and leave without them knowing where I came from. :-D

Lorel

3:38 pm on Mar 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I had the same problem but if I open in a new window it doesn't record the link. If I forget and just click on it then it does. I use IE 5.2 on the Mac.