Routing
blog.category.page.de
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
| page | "97" |
| slug | "gastroenterologie" |
Route Matching Logs
Path to match:
/de/blog/category/gastroenterologie/page/97
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin.blog.article.list | /admin/blog/article/list | Path does not match |
| 16 | admin.blog.article.add | /admin/blog/article/add | Path does not match |
| 17 | admin.blog.article.edit | /admin/blog/article/edit/{article} | Path does not match |
| 18 | admin.blog.article.delete | /admin/blog/article/del/{article} | Path does not match |
| 19 | admin.blog.article.preview | /admin/blog/article/preview/{article} | Path does not match |
| 20 | admin.blog.categorie.list | /admin/blog/categorie/list | Path does not match |
| 21 | admin.blog.categorie.add | /admin/blog/categorie/add | Path does not match |
| 22 | admin.blog.categorie.edit | /admin/blog/categorie/edit/{categorie} | Path does not match |
| 23 | admin.blog.categorie.delete | /admin/blog/categorie/del/{categorie} | Path does not match |
| 24 | admin.contacts.list | /admin/contacts/list | Path does not match |
| 25 | admin.contacts.add | /admin/contacts/add | Path does not match |
| 26 | admin.contacts.edit | /admin/contacts/edit/{contact} | Path does not match |
| 27 | admin.contacts.delete | /admin/contacts/del/{contact} | Path does not match |
| 28 | admin.content.dr.edit | /admin/content/dr/edit | Path does not match |
| 29 | admin.content.home.edit | /admin/content/home/edit | Path does not match |
| 30 | admin.dashboard.list.empty | /admin/dashboard/list/empty | Path does not match |
| 31 | admin.dashboard.list | /admin/dashboard/ | Path does not match |
| 32 | admin.homedefault | /admin/ | Path does not match |
| 33 | admin.security.login | /admin/login | Path does not match |
| 34 | admin.security.logout | /admin/logout | Path does not match |
| 35 | admin.service.medecineGenerale.edit | /admin/services/medecine-generale/edit | Path does not match |
| 36 | admin.service.medecine_esthetique.edit | /admin/services/medecine-esthetique/edit | Path does not match |
| 37 | admin.service.implants.edit | /admin/services/implants-capillaire/edit | Path does not match |
| 38 | admin.service.nutricion.edit | /admin/services/nutrition/edit | Path does not match |
| 39 | admin.users.list | /admin/users/list | Path does not match |
| 40 | admin.users.add | /admin/users/add | Path does not match |
| 41 | admin.users.edit | /admin/users/edit/{user} | Path does not match |
| 42 | admin.users.delete | /admin/users/del/{user} | Path does not match |
| 43 | blog | /blog | Path does not match |
| 44 | blog.es | /{_locale}/blog | Path does not match |
| 45 | blog.de | /{_locale}/blog | Path does not match |
| 46 | blog.page.es | /{_locale}/blog/page/{page} | Path does not match |
| 47 | blog.page.de | /{_locale}/blog/page/{page} | Path does not match |
| 48 | blog.page | /blog/page/{page} | Path does not match |
| 49 | blog.category | /blog/category/{slug} | Path does not match |
| 50 | blog.category.page | /blog/category/{slug}/page/{page} | Path does not match |
| 51 | blog.category.es | /{_locale}/blog/category/{slug} | Path does not match |
| 52 | blog.category.page.es | /{_locale}/blog/category/{slug}/page/{page} | Path almost matches, but Requirement for "_locale" does not match (es) |
| 53 | blog.category.de | /{_locale}/blog/category/{slug} | Path does not match |
| 54 | blog.category.page.de | /{_locale}/blog/category/{slug}/page/{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.