Ok, This is about a vbulletin forum. The forum has 1000's of pages which has links like this: www.url.com/url/xxxx/xxxx like this 1000's of URL's are there starting with exact same www.url.com I am looking to redirect those specific URL's starting with http://www.url.com to different URL. I want to do this via javascript, is it possible to have multiple URL's saved in a file, and the script can automatically pick 1 URL's each time someone clicks on those links.. Please help with this.
Is this one list of thousands of URLs? Or is this thousands of pages, each with one URL? (Usually in a forum it's the latter, in which case you'd use .htaccess, not Javascript.)