Page 1 of 1
[ Solved ] How to change the name of the admin directory?
Posted: Mon Oct 22, 2007 7:29 pm
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!
Re: How to change the name of the admin directory?
Posted: Mon Oct 22, 2007 7:34 pm
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
Re: How to change the name of the admin directory?
Posted: Mon Oct 22, 2007 7:45 pm
by twen88
thank you so much for the quick response Alby, I will try this right now.