I want the following redirection functionality
GET /google google.com
How should I implement this?
|
I want the following redirection functionality
How should I implement this? |
|||||||
|
|
It does not seem it is possible to do that straight from the routes files at this moment. You could implement this in a controller:
|
|||||||
|