e.g. change
http://mydomain.com/admin/ to http://mydomain.com/mycms/
without a serious investment of time??
[solved] Is is possible to change "admin" in http://mydomain.com/admin/
[solved] Is is possible to change "admin" in http://mydomain.com/admin/
Last edited by wolphy on Thu Sep 25, 2008 5:28 pm, edited 1 time in total.
Re: Is is possible to change "admin" in http://mydomain.com/admin/
Rename admin folder to newname and put this name in config.php:wolphy wrote: e.g. change
http://mydomain.com/admin/ to http://mydomain.com/mycms/
without a serious investment of time??
Alby#Name of the admin directory
$config['admin_dir'] = 'newname';
Re: Is is possible to change "admin" in http://mydomain.com/admin/
sweet. i'll try that right now. thanks alby!
Re: [solved] Is is possible to change "admin" in http://mydomain.com/admin/
Quoting http://wiki.cmsmadesimple.org/index.php ... mall_Guide
Pierre M.* 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.