Routing
app_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
/en/login
(route: "n/a")
Route Matching Logs
Path to match:
/en/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.pl | /admin | Path does not match |
| 2 | admin.en | /en/admin | Path does not match |
| 3 | clickup-api-page.pl | /admin/clickup-api-page | Path does not match |
| 4 | clickup-api-page.en | /en/admin/clickup-api-page | Path does not match |
| 5 | app_apiapp_api contact.pl | /app_api/contact/{code} | Path does not match |
| 6 | app_apiapp_api contact.en | /en/app_api/contact/{code} | Path does not match |
| 7 | app_blog_lang_content_index.pl | /blog/ | Path does not match |
| 8 | app_blog_lang_content_index.en | /en/blog/ | Path does not match |
| 9 | app_blog_lang_content_show.pl | /blog/{slug} | Path does not match |
| 10 | app_blog_lang_content_show.en | /en/blog/{slug} | Path does not match |
| 11 | app_clickup_api_response.pl | /clickup-api-response | Path does not match |
| 12 | app_clickup_api_response.en | /en/clickup-api-response | Path does not match |
| 13 | app_homepage.pl | / | Path does not match |
| 14 | app_homepage.en | /en/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.