MyBB - Change Admin Directory 08-24-2013, 09:22 PM
#1
First of all go to inc/config.php
Find this code:
Change "admin" to whichever name you would like your admin directory to be.
After that go to your root, rename the folder "admin" to whichever name you made it in config.php.
Find this code:
Code:
$config['admin_dir'] = 'admin';
Change "admin" to whichever name you would like your admin directory to be.
After that go to your root, rename the folder "admin" to whichever name you made it in config.php.