In order to access a controller, why do I have to type index.php/ControllerName to access that controller. Why cant I specify the controller name directly from the base url? like so/ControllerName
In order to access a controller, why do I have to type index.php/ControllerName to
Share
Add this to your htaccess file:
By default, the index.php file will is included in your URLs but you can remove it using this method.