Quote:
Originally Posted by Emad ELsayed
There is no option to change the folder admincp to file config.php
Can more details
Best Regards
|
In the config file you need to edit this part along with manually renaming the folders as well.
Code:
/* #### PATH TO ADMIN & MODERATOR CONTROL PANELS ####
This setting allows you to change the name of the folders that the admin and
moderator control panels reside in. You may wish to do this for security purposes.
Please note that if you change the name of the directory here, you will still need
to manually change the name of the directory on the server. */
$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';
/* Prefix that all vBulletin cookies will have
Keep this short and only use numbers and letters, i.e. 1-9 and a-Z */
$config['Misc']['cookieprefix'] = 'vb';