Routing
media_tag
Matched route
Route Parameters
| Name | Value |
|---|---|
| page | "1" |
| tag | "peschici" |
Route Matching Logs
Path to match:
/media/tag/peschici
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | super_admin_dashboard | /admin | Path does not match |
| 14 | admin_localization_settings | /dashboard/super_admin/settings/localization | Path does not match |
| 15 | admin_mailer_settings | /dashboard/super_admin/mailer/settings | Path does not match |
| 16 | admin_mailer_templates | /dashboard/super_admin/mailer/templates | Path does not match |
| 17 | admin_mailer_template_edit | /dashboard/super_admin/mailer/templates/edit | Path does not match |
| 18 | admin_mailer_template_preview | /dashboard/super_admin/mailer/templates/preview | Path does not match |
| 19 | admin_media_settings | /dashboard/super_admin/media/settings | Path does not match |
| 20 | admin_money_settings | /dashboard/super_admin/money/settings | Path does not match |
| 21 | admin_profiles_settings | /dashboard/super_admin/profiles/settings | Path does not match |
| 22 | admin_seo_settings | /dashboard/super_admin/seo/settings | Path does not match |
| 23 | admin_settings_website | /dashboard/super_admin/settings/website | Path does not match |
| 24 | admin_settings_recaptcha | /dashboard/super_admin/settings/recaptcha | Path does not match |
| 25 | admin_settings_actions | /dashboard/super_admin/settings/actions | Path does not match |
| 26 | admin_translate_index | /dashboard/super_admin/translate/ | Path does not match |
| 27 | admin_translate_lang | /dashboard/super_admin/translate/{isoCode} | Path does not match |
| 28 | admin_translate_show | /dashboard/super_admin/translate/show/{isoCode}/{domain} | Path does not match |
| 29 | admin_translate_update | /dashboard/super_admin/translate/update/{isoCode}/{domain} | Path does not match |
| 30 | admin_users_settings | /dashboard/super_admin/users/settings | Path does not match |
| 31 | moderator_dashboard | /moderator | Path does not match |
| 32 | gdpr | /cookies/gdpr | Path does not match |
| 33 | core_slug | /ajax/slug | Path does not match |
| 34 | core_tags | /ajax/tags | Path does not match |
| 35 | core_safe_mode | /ajax/safe-mode | Path does not match |
| 36 | contact | /contact | Path does not match |
| 37 | report_bug | /report-bug | Path does not match |
| 38 | cron_index | /cron/ | Path does not match |
| 39 | dashboard | /dashboard | Path does not match |
| 40 | home | / | Path does not match |
| 41 | core_location | /location/ajax | Path does not match |
| 42 | core_page_view | /page/{slug} | Path does not match |
| 43 | disclaimer | /disclaimer | Path does not match |
| 44 | media_index | /media/ | Path does not match |
| 45 | media_index_paginated | /media/page/{page} | Path does not match |
| 46 | media_tag | /media/tag/{tag} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.