Page 1 of 1
[solved] Is is possible to change "admin" in http://mydomain.com/admin/
Posted: Thu Sep 25, 2008 4:13 pm
by wolphy
e.g. change
http://mydomain.com/admin/ to
http://mydomain.com/mycms/
without a serious investment of time??
Re: Is is possible to change "admin" in http://mydomain.com/admin/
Posted: Thu Sep 25, 2008 4:16 pm
by alby
Rename admin folder to
newname and put this name in config.php:
#Name of the admin directory
$config['admin_dir'] = 'newname';
Alby
Re: Is is possible to change "admin" in http://mydomain.com/admin/
Posted: Thu Sep 25, 2008 4:20 pm
by wolphy
sweet. i'll try that right now. thanks alby!
Re: [solved] Is is possible to change "admin" in http://mydomain.com/admin/
Posted: Thu Sep 25, 2008 6:17 pm
by Pierre M.
Quoting
http://wiki.cmsmadesimple.org/index.php ... mall_Guide
* Rename admin directory with a fake name (e.g. "admin39xRlklkLK3d"). Don’t use a name easy to guess. Remember to change also /config.php with your new name $config['admin_dir'] ="admin39xRlklkLK3d"
* Protect admin directory with a password.
Pierre M.