Quote:
Originally Posted by Dismounted
Wow, I'm confused lol. Maybe it's just that I'm tired though.
|
Heh, ok let me show you the output from the two main examples in my text above, maybe it will make more sense:-
HTML Code:
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteA.com" rel="nofollow" target="_blank">www.siteA.com</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteA.com" rel="nofollow/a.html" target="_blank">www.siteA.com/a.html</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteA.com" rel="nofollow/a" target="_blank">www.siteA.com/a</a><br />
<br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteB.com%2Fa.html" rel="nofollow" target="_blank">www.siteB.com/a.html</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteB.com%2Fa" rel="nofollow" target="_blank">www.siteB.com/a</a><br />
<a href="http://www.mywebsite.net/forum/redirector.php?url=http%3A%2F%2Fwww.siteB.com" rel="nofollow" target="_blank">www.siteB.com</a><br />
As you can see, the displayed text of the URL's are okay, but the HREF is being wrongly formatted at some point in whatever logic is building the links, and moving data into the "rel=" attribute. The first block of links show how the bad formatting affects the links, the second set show how to fudge it to avoid bad formatting. At this stage I don't know if there is another product interfereing with yours, but AFAIK I have no other product that plays with URL's. When I remove vbAnon, all the HREF's are fine, reinstalling produces the problem.
I have considered uninstalling and reverting to a previous version, but this will take me until weekend to get around to. It's a very weird one this.
TIA