This link works site.tv/admin/edit/ (controllers/admin/edit.php), but this doesn’t work site.tv/admin/reg/edit/ (controllers/admin/reg/edit.php) Is it too long path to controller?
This link works site.tv/admin/edit/ (controllers/admin/edit.php) , but this doesn’t work site.tv/admin/reg/edit/ (controllers/admin/reg/edit.php) Is it
Share
Your routing should be index.php/CLASS/METHOD/ID
Quote from application/config/routes.php
for example
Then your url should be
index.php/test/hello,index.php/test/meepandindex.php/test/param/whataeverhereUPDATE:
If you need “multiple packages” create subdirectories for your “packages” like in
and then create your custom routes in
routes.phpunderapplication/config/folder