2012-03-11, 06:33 AM
2012-03-11, 07:06 AM
Use a FTP program to find your MyBB installation, rename the "admin" directory to whatever name you'd like. Next go into the "inc" directory to edit the config.php file.
In it find:
Replace 'admin' with your new admin directory name. Example:
Save changes.
In it find:
$config['admin_dir'] = 'admin';
Replace 'admin' with your new admin directory name. Example:
$config['admin_dir'] = 'mynewdirectoryname';
Save changes.
2012-03-11, 11:39 PM
(2012-03-11, 07:06 AM)Xstrike Wrote: [ -> ]Use a FTP program to find your MyBB installation, rename the "admin" directory to whatever name you'd like. Next go into the "inc" directory to edit the config.php file.
In it find:
$config['admin_dir'] = 'admin';
Replace 'admin' with your new admin directory name. Example:
$config['admin_dir'] = 'mynewdirectoryname';
Save changes.
It's successfully done. Thanks.