Hello, I have a vBulletin forum. The previous address was myforum.co.yu (not exactly .com ), and the new one is myforum.rs I changed everything in vBulletin options, however, the links inside posts remained the same. So, wherever there's a topic which is saying "Take a look at this subject: --link--", there's still .co.yu My question is simple: is there any script (JavaScript, PHP whichever) which would automatically convert any possible .co.yu links to .rs ? I know that there are scripts with which, when you type www.site.com as not being URL, that script automaticall recognizes that it actually IS URL, and converts it to URL. So I presume there should be similar script which would suit my needs. Thanks a lot in advance!
There should be scripts to do that, it wouldn't be too hard to create a script that pulls all the records from the database that have the old url and update them to the new url. Or if you still control the site at the old url, you could set up a url rewrite rule to 301 forward to the new site. But for the long term you should probably fix the actual posts. I imagine you could do it manually if needed - do a search for the old domain on the forum, then edit those posts it finds.