Hi Andy. I have read the guide. I can’t see what I’m doing wrong.
with:
'<user:\w+>/<action:\w+>' => 'user/<action>'
I’m defining two parameters; user and action. Both can be any string containing letters, digits, and underscores, and are separated by a forward slash.
The route is for the user controller, using the action defined at the end of the pattern.
I can’t see how it is fundamentally different from the default: