Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with creating subfolders in CodeIgniter3 HMVC

Surma Rahman
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 18, 2018

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

file_structure.jpg

1 answer

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 18, 2018

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 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events