I have a project that contains several subfolders, such as:
I set up my routes like this:
$route['default_controller'] = "admin/signin/signin";
$route['admin/signin'] = "admin/signin/signin/index";
$route['admin/(:any)'] = "admin/signin/signin/$1";
$route['client/auth'] = "auth/signin/signin";
$route['client/auth'] = "client/auth/signin/signin";
$route['client/auth/(.*)'] = "client/auth/signin/signin/$1";
These routes are not working, which shows CodeIgniter 404 error page. please help me? Its been 4 days now...
here is my file structure
Hi Surma! Welcome to the Atlassian Community. From your description seems like your question is not related to any Atlassian product, so I'm afraid we won't be able to provide you the answer you're looking for. My recommendation is that you contact CodeIgniter Community for assistance.
Hope that helps!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.