Since I read the doc , the controllers in CodeIgniter should support several subfolders of the level, but as far as I tested, it is impossible to work after the first folder of the first level.
Example:
mysite.dev/ (index page, default controller home.php, works)
mysite.dev/admin/ (admin section in admin / home.php works)
mysite.dev/admin/manage/ (in admin / manage / home.php, not working)
I am trying to understand why and how to make it work with several level subfolders?
Thanks in advance!
source share