Routing
blog_tag
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "ru" |
page | 1 |
slug | "marketing" |
Route Matching Logs
Path to match:
/blog/tag/marketing
# | Route name | Path | Log |
---|---|---|---|
1 | admin.ru | /admin.ru | Path does not match |
2 | admin.en | /admin.ru | Path does not match |
3 | api_check_domain.ru | /api/check-domain | Path does not match |
4 | api_check_domain.en | /api/check-domain | Path does not match |
5 | blog_index.ru | /blog/{page} | Path does not match |
6 | blog_index.en | /blog/{page} | Path does not match |
7 | blog_tag.ru | /blog/tag/{slug}/{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.