Quote:
Originally Posted by tekguru
PM sent 
|
What looks to be happening is that there is some other hack already transforming the URLs before AME can get to them (or after which is messing them up). If you look at the URLs, they arent normal vB urls, they call a javascript function to track all outbound links:
pageTracker._trackPageview ('/outgoing/http_www_youtube_com_watch_v_uk0xWm8PMGQ');
It then changes the URL to
http://www.4winmobile.com/forums/redirect-to/?redirect=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv %3Duk0xWm8PMGQ
Which won't get matched by AME as it isn't a valid AME URL. I have glanced through your addons, but nothing specifically stands out. It may be a vbseo function to track outbound links, but i'm not too sure (I use vBSEO and mine doesnt do that).
Do you know what it is?