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!
[ Solved ] How to change the name of the admin directory?
[ Solved ] How to change the name of the admin directory?
Last edited by twen88 on Wed Oct 24, 2007 8:00 pm, edited 1 time in total.
Re: How to change the name of the admin directory?
- Rename admin folder to adminpanneltwen88 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!
- in config.php replace with new name: $config['admin_dir'] = 'adminpannel';
Alby
Re: How to change the name of the admin directory?
thank you so much for the quick response Alby, I will try this right now.