MyBB Community Forums

Full Version: After Admin CP Directory Name Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-11-30, 05:48 AM).m. Wrote: [ -> ]^ No, MyBB version 1.6.16 should have no relation with the referred issue.

Then how will it get fixed? Server problems? 
I changed my ACP link on 1616 version, and it worked perfectly. Make sure you did it RIGHT.

Follow the tutorial once again:

Find the folder "admin" or your current renamed admin cp, and rename it to what you want. Then, inside it find index.php and open it with Notepad++, now find

$config['admin_dir'] = "admin";

Change "admin" to your newly renamed admin directory

$config['admin_dir'] = "MyRenamedAdminDirectoryGoesHere";

Now save it, make the changes.


--

Now, go into /inc/config.php and do the same.

Find
$config['admin_dir'] = 'admin';

Change "admin" to your newly renamed admin directory

$config['admin_dir'] = "MyRenamedAdminDirectoryGoesHere";

[Image: n6r3Qx7.png]

Save it, done.
Pages: 1 2