What is URL www.mysite.com/www.mysite.com?

Discussion in 'Yahoo' started by Jim Christian, Jul 31, 2006.

  1. #1
    I just used Xenu to log my site for broken links and found a strange one with most of my sections/products with broken links to it. When I hit it it goes to the home page due to how I set my redirect.

    The URL is www.hdtvsupply.com/www.hdtvsupply.com <-- Notice it is repeated with a /

    Is it a Yahoo thing?

    Where can I find it as I looked through most of my pages?

    Is there a Search function I can use?
     
    Jim Christian, Jul 31, 2006 IP
  2. BrianR2

    BrianR2 Guest

    Messages:
    734
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It looks like somewhere in the code on your site you have a link like
    <a href="/www.mysite.com">whatever</a>
    HTML:
    . Since there is a slash before the www.mysite.com the browser interprets it as being a file in the root directory of your site. You can do searches across folders for content with Dreamweaver, Homesite, TotalCommander or you can use the search feature within your site folder with the windows search feature if you are using windows.
     
    BrianR2, Jul 31, 2006 IP
  3. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    I located it ! It is there : Copyright © 2006 HDTV Supply, Inc.

    Source code :
    Copyright © 2006 <A HREF="www.hdtvsupply.com"TARGET=_blank>HDTV Supply, Inc.</A>
    Code (markup):
    Jean-Luc
     
    Jean-Luc, Jul 31, 2006 IP