Reply to topic
Why is my own web address always in the "Referring URLs
slimCODE


Joined: 20 Feb 2007
Posts: 2
Reply with quote
I've always lived with that annoyance, but can someone explain me why I see my own web addresses in the list of referrers for the "Referring URLs" (and "Referring Sites") report?
Jason101
Forum Regular

Joined: 14 Mar 2006
Posts: 570
Location: Harrisburg, PA
Reply with quote
Your own address will show up if you have absolute links on your site:

Example:

Code:

<a href="http://www.example.com/Shopping/Cart/">Click Here for Shopping Cart</a>


Instead, you should make them absolute to the site root

Code:

<a href="/Shopping/Cart/">Click Here for Shopping Cart</a>
slimCODE


Joined: 20 Feb 2007
Posts: 2
Reply with quote
Thanks! It seems Community Server is putting absolute links where they could have been relative. I never realized that. I'll investigate.
Why is my own web address always in the "Referring URLs
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic