404 Url repetition multiple time
-
This post is deleted! -
Hi
It may be worth trying a search in the code of your site for a non http:// on a internal link
For instance search <a <="" span="">href="</a>www.yoursite.com/">
I have seen instances where internal links with a missing http:// will reproduce a 301 and redirect to pages like shown in your example
-
We had this problem and it was a nightmare.
As Kelly mentioned, links without the http:// are assumed to be internal links, so your CMS creates a new page and the loop continues....
Go to the parent were the original link is and fix it. The rest you can ignore and mark as fixed in G-WMT.
Greg