I need to have a URL such as http://example.com/controller/my-page-with-dashes
How can I have such as URL in Kohana? I tried creating a controller and name the action myPageWithDashes like in the Zend Framework but that didn’t work. Any idea how it should be done?
Copy the file
system/classes/kohana/request/client/internal.phpto your application folder –application/classes/kohana/request/client/internal.php. Then change line 106 from:to: