Page 1 of 1

Change the name of Admin Folder

Posted: Thu Oct 27, 2005 4:13 pm
by simplyworks
Okay, I know with a good password this probaly a unnessary step, but  I would like to change the name of the admin folder to something esle.

My question can it be done with some tweaking or will I crash the application.

Thanks,
Jason

Re: Change the name of Admin Folder

Posted: Thu Oct 27, 2005 4:59 pm
by alby
simplyworks wrote: ...  I would like to change the name of the admin folder to something esle.

My question can it be done with some tweaking or will I crash the application.
No problem,
in root directory edit config.php:
$config['admin_dir'] = 'admin'; -> $config['admin_dir'] = 'new_directory_admin';

Alby

Re: Change the name of Admin Folder

Posted: Thu Oct 27, 2005 6:09 pm
by simplyworks
Just goes to show why this it the best CMS available. Simple configuration and customization

Thanks.