PDA

View Full Version : How do I change the directory of my forum?


mikehawk
04-26-2007, 09:12 PM
I have my forums located at http://www.realopinion.com/realboards/ but I want them to be at http://www.realopinion.com (the root folder). How do I transfer all the threads and forum directory to realopinion.com root without losing anything?

Do I have to alter my sql database using phpmyadmin, or just deal with config.php and settings?

mikehawk
05-02-2007, 01:31 AM
Can anyone help me please? Just steer me in the right direction. :)

firstrebel
05-02-2007, 05:48 AM
Copy all the files over to the site root. Edit config.php to reflect the new forum path. There is nothing to change for the database if you are using the same one. Open ACP and change the forum URL in vBulletin Options -> Site Name / URL / Contact Details.

The only other thing that will need to be done is to change all instances of http://www.realopinion.com/realboards/ to http://www.realopinion.com/. If you go over to the vbulletin forum there is a recent thread there somewhere that covers how to do this. If you don't do this then many links will be broken. I recently moved my forum to a new domain and this was something I nearly forgot to do until I started clicking on links and finding they were still pointing to the old location.

Of course there is an easier option, put a redirect in the site root (using htaccess) and leave the forum where it is.

Bob

mikehawk
05-03-2007, 03:51 AM
Copy all the files over to the site root. Edit config.php to reflect the new forum path. There is nothing to change for the database if you are using the same one. Open ACP and change the forum URL in vBulletin Options -> Site Name / URL / Contact Details.

The only other thing that will need to be done is to change all instances of http://www.realopinion.com/realboards/ to http://www.realopinion.com/. If you go over to the vbulletin forum there is a recent thread there somewhere that covers how to do this. If you don't do this then many links will be broken. I recently moved my forum to a new domain and this was something I nearly forgot to do until I started clicking on links and finding they were still pointing to the old location.

Of course there is an easier option, put a redirect in the site root (using htaccess) and leave the forum where it is.

Bob

Thanks a lot. Actually, all I had to do was move the directory over manually in FTP and edit the options in Admincp. I didn't have to edit config.php at all. :)