After an HTTP request has been made in form of e.g. mysite.com/controller/test%20url,
With Kohana, how can I create an auto-redirect to the same controller but %20 replaced with + (plus)?
Stackover flow does this. It replaces spaces with hyphens.
Thank you.
This should go outside of your framework, in your server system using url rewrites. If you are using apache, use your .htaccess file.