[ Solved ] How to change the name of the admin directory?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
twen88
Forum Members
Forum Members
Posts: 118
Joined: Thu Aug 16, 2007 8:07 pm

[ Solved ] How to change the name of the admin directory?

Post by twen88 »

Usually when install CMS made simple, the default admin URL will be as such: www.mysite.com/admin, however, in my case, this URL has already been taken by the hosting server admin pannel. How can i change the admin directory's name in CMS made simple without mess up everything else. I want to have a name such as: www.mysite.com/adminpannel, how can i do this?

Your help is appreciated!
Last edited by twen88 on Wed Oct 24, 2007 8:00 pm, edited 1 time in total.
alby

Re: How to change the name of the admin directory?

Post by alby »

twen88 wrote: Usually when install CMS made simple, the default admin URL will be as such: www.mysite.com/admin, however, in my case, this URL has already been taken by the hosting server admin pannel. How can i change the admin directory's name in CMS made simple without mess up everything else. I want to have a name such as: www.mysite.com/adminpannel, how can i do this?

Your help is appreciated!
- Rename admin folder to adminpannel
- in config.php replace with new name: $config['admin_dir'] = 'adminpannel';

Alby
twen88
Forum Members
Forum Members
Posts: 118
Joined: Thu Aug 16, 2007 8:07 pm

Re: How to change the name of the admin directory?

Post by twen88 »

thank you so much for the quick response Alby, I will try this right now.
Locked

Return to “[locked] Installation, Setup and Upgrade”