http://i22.tinypic.com/2vugadt.jpg - View before reading on. The first outlined thing used to say "Domain Breeding" and the last outlined thing is what it would point to. I've changed the first outlined thing to "Website Guru" and now I want the last outlined thing, along with every other URL, to be changed from what it is now to http://www.websiteguru.com If you know how to do this, please be as detailed as possible. *Note- I am NOT looking to simply redirect one domain to another. I want ALL URLs to change to the new one.
There are several posts on here related to .htaccess files and manipulation. That may be your best bet.
Are you saying you want... so that all the page names stay the same? if so, then in htaccess of the root of olddomain.com, put
You can redirect old location of your forum to new one. (I mean all old urls will be redirected to new forum but they cant be redirected as is.) RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://domainbreeding.com/ [NC] RewriteRule /* http://www.websiteguru.com/ [R,L] Code (markup): Thats all i can do for you Note: Put these codes in an .htaccess file at the old domains root .
From your description, this looks more like a change you'd need to make within the vBulletin ACP. Doesn't the base domain of the forum need changing?