Routing
front_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | admin_index | /admin/ | Path does not match |
2 | admin_slug | /admin/ff/{slug} | Path does not match |
3 | front_form_consent | /form/form_consent | Path does not match |
4 | phpinfo | /phpinfo | Path does not match |
5 | front_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.