- Affected Version
- WoltLab Suite 3.0
I installed Woltlab core in http://www.mydomain.com/forum/
I installed Woltlab forum in http://www.mydomain.com/forums/
My vbulletin installation is currently in the root directory http://www.mydomain.com/
I did it this way to test the migration. Now I want to move Woltlab forum to the root folder. How do I do this?
EDIT - You can read down but this is the solution:
1. Change forum directory path in ACP - Manage Apps - WoltLab Suite Forum (Burning Board) FROM /forums/ TO /
2. Confirm the changed setting in the database table wcf1_application - row `packageID = 4` Value should be /
3. Move the forums to the domain root. In my case from http://www.mydomain.com/forums/ to http://www.mydomain.com/
4. Update the packageDir of the forum changing the setting in the database table wcf1_package TO packageDir = '../' WHERE package = 'com.woltlab.wbb';5. Edit the `app.config.inc.php` in the forums directory. Change the last line with the "RELATIVE_WCF_DIR" (assuming the Core is in /forum/) TO:
if (!defined('RELATIVE_WCF_DIR')) define('RELATIVE_WCF_DIR', RELATIVE_WBB_DIR.'forum/');
6. Delete PHP files in core cache. In my case located in http://www.mydomain.com/forum/cache/