The admin directory is set to user NOT admin.
My config.php is:
Code: Select all
$config['root_path'] = getcwd();
#Name of the admin directory
$config['admin_dir'] = $config['root_path'].'/user';
Code: Select all
$config['root_path'] = getcwd();
#Name of the admin directory
$config['admin_dir'] = $config['root_path'].'/user';