The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Chenge Domain
Hello to all,
i need to move one of my forum from domain vvvv.com to bbbbb.com , with thread, pm, users, ecc... How is possible this? i have ssh access |
#2
|
|||
|
|||
Nothing special needed. If the new domain is under a new server-account/directory, then copy all over, if needed backup/restore the database. Update the Forum URL, and if needed cookie settings, in your vBulletin Options, finished. See also Moving Servers in the manual.
|
#3
|
||||
|
||||
Thanks but all intenal link relate to old domain in the post?
|
#4
|
|||
|
|||
You could create a .htaccess file to redirect the old to the new domain.
|
#5
|
||||
|
||||
Or do:
Quote:
Doing the same for the other tables with PM's and so on. Just don't forget a backup before |
#6
|
||||
|
||||
Thanks all, i prefer update from old to new domain link from mysql panel
I will try .... THANKS AGAIN! |
#7
|
||||
|
||||
I need last help ........ i think
I need to redirect all traffic from google to my new domain. The structure is the same and i would link redirect to correct discusisone url, not only domain. How is possible set in .htaccess this funcion: redirect url 'http://www.old-domain.com/category1/discussion13.html' to 'http://www.new-domain.com/category1/discussion13.html' and all other urls thanks [SOLVED] domain name change For a basic domain name change, where folder names haven't changed, simply copy these following lines into the file, replacing "new.com" with the new domain name. If you have an existing .htaccess file; keep a backup copy of it and then remove all other instructions from the file; except for these: Code:
RewriteEngine On RewriteRule ^(.*)$ http://www.new.com/$1 [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|