Routing
login
Matched route
5
Tested routes before match
Route Parameters
Name | Value |
---|---|
zone | backend |
Route Matching Logs
Path to match:
/admin/login
# | Route name | Path | Log |
---|---|---|---|
1 | GET_admin_mycontent | /admin/mycontent | Path does not match |
2 | GET_admin_mycontent_userId | /admin/mycontent/{userId} | Path does not match |
3 | thumb | /thumbs/{width}x{height}{action}/{file} | Path does not match |
4 | thumb_alias | /thumbs/{alias}/{file} | Path does not match |
5 | login | /admin/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.