PDA

View Full Version : Moving The Location Of My Forums From A Folder To The Root Directory


KempoMRK
06-08-2008, 04:59 PM
I've currently got my forums set up in the /forums directory. I have an index.html redirect setup also.

The problem is, the index.html redirect is pretty slow. If I deleted the index.html file, then moved the folders from within the /forums directory to the main root directory, would this cause any problems?

Thanks to anyone who can help.

royo
06-08-2008, 05:07 PM
If you're moving the forum, you will probably have to adjust the config for the new path. This move will probably break any external links.

KempoMRK
06-08-2008, 05:26 PM
The forum's not open yet so I don't think external links will matter.

In config.php would I just change this:

$config['Misc']['forumpath'] = '/home/users/public_html/forums';

To this:

$config['Misc']['forumpath'] = '/home/users/public_html';

Thanks for your help man.

royo
06-08-2008, 05:30 PM
I believe that would be sufficient :).

KempoMRK
06-08-2008, 06:07 PM
Worked perfectly :)

Thanks for your help royo.

Dismounted
06-09-2008, 03:14 AM
It is not necessary to set $config['Misc']['forumpath']. You should leave it as nothing ('') unless vBulletin asks you to set it.