I have created this flow in codeigniter: Controller: Employee Sales Account
Now if i am accessing Sales Controller Function in View then i am doing like: base_url()/Employee/Sales/FunctionName Then its throwing 404 error.
Can anyone tell me how can i manage Sub-Sub Folder Structure in Code Igniter
1. controller 1.1 employee 1.1.1 sales 1.1.2 account 1.1.3 projectnow if i want to access function of any sub-sub folder controller then how can i process, its showing 404 – Surbhi Gupta May 09 '20 at 13:38