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
Change the name of Admin Folder
-
alby
Re: Change the name of Admin Folder
No problem,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.
in root directory edit config.php:
$config['admin_dir'] = 'admin'; -> $config['admin_dir'] = 'new_directory_admin';
Alby
-
simplyworks
Re: Change the name of Admin Folder
Just goes to show why this it the best CMS available. Simple configuration and customization
Thanks.
Thanks.
