Changing Admin Path

mspecialist20023074

New Member
YetiShare User
Wurlie User
Oct 5, 2013
5
0
0
Hi
I did rename the admin folder for better security but in admin page I'm getting error and all urls referring to the old admin path

For example :
http://www.mydomain.com/admin/user_manage.php
http://www.mydomain.com//admin/file_manage.php
http://www.mydomain.com//admin/plugin_manage.php

But instead of the /admin/ it should be the new path and name of new admin folder :(

What is the problem ?? :(
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
open /includes/master.inc.php

Find on line 133:
Code:
define('ADMIN_FOLDER_NAME', 'admin');
Change it to whatever you want
example:
Code:
define('ADMIN_FOLDER_NAME', 'some_hidden_folder_name');