Routing
app_base_error404_1
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/error404
# | Route name | Path | Log |
---|---|---|---|
1 | app_base_clearcacheprod | /cache-clear | Path does not match |
2 | app_base_clearcacheprod_1 | /cache-clear-prod | Path does not match |
3 | app_base_error403 | /403 | Path does not match |
4 | app_base_error403_1 | /error403 | Path does not match |
5 | app_base_error404 | /404 | Path does not match |
6 | app_base_error404_1 | /error404 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.