Log in

View Full Version : Move Forum from /forum to root?


3z3k3l
08-12-2006, 11:59 PM
Hey Guys,
I was wondering what I need to do to move my forums from /forums/ to my root directory?

Do I just copy and paste the files and update the config files?

Thanks

Kirk Y
08-13-2006, 01:06 AM
Just move the files. You don't need to change anything in your config file. Remember to update your Site URL in your AdminCP.

Code Monkey
08-13-2006, 02:41 PM
You don't need to change anything in your config file.

Yes you do, you need to update this setting. $config['Misc']['forumpath']

if getcwd() doesn't work on the server you are on then vBulletin will try to set the DIR constant using this.

Always fill in the blanks. ;)

Kirk Y
08-13-2006, 04:14 PM
I've run 4 boards thus far and have never had to use that variable. You may as well say that he should update the variables that set the full path to his AdminCP and ModCP.