Routing
pub_sitemap
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "xml" |
Route Matching Logs
Path to match:
/sitemap.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_login | /login | Path does not match |
| 19 | app_logout | /logout | Path does not match |
| 20 | admin_dash | /admin | Path does not match |
| 21 | admin_banner_index | /admin/banner | Path does not match |
| 22 | admin_banner_new | /admin/banner/new | Path does not match |
| 23 | admin_banner_edit | /admin/banner/{id}/edit | Path does not match |
| 24 | admin_banner_reorder | /admin/banner/reorder | Path does not match |
| 25 | admin_banner_delete | /admin/banner/{id}/delete | Path does not match |
| 26 | admin_category_index | /admin/category | Path does not match |
| 27 | admin_category_new | /admin/category/new | Path does not match |
| 28 | admin_category_edit | /admin/category/{id}/edit | Path does not match |
| 29 | admin_category_delete | /admin/category/{id}/delete | Path does not match |
| 30 | admin_subcategory_index | /admin/category/{id}/sub | Path does not match |
| 31 | admin_subcategory_new | /admin/category/{id}/sub/new | Path does not match |
| 32 | admin_subcategory_edit | /admin/subcategory/{id}/edit | Path does not match |
| 33 | admin_subcategory_delete | /admin/subcategory/{id}/delete | Path does not match |
| 34 | admin_cat_section_index | /admin/category/{catId}/section | Path does not match |
| 35 | admin_cat_section_new | /admin/category/{catId}/section/new | Path does not match |
| 36 | admin_contact_index | /admin/contact | Path does not match |
| 37 | admin_contact_read | /admin/contact/{id}/read | Path does not match |
| 38 | admin_contact_delete | /admin/contact/{id}/delete | Path does not match |
| 39 | admin_newsletter_index | /admin/newsletter | Path does not match |
| 40 | admin_newsletter_delete | /admin/newsletter/{id}/delete | Path does not match |
| 41 | admin_newsletter_export | /admin/newsletter/export.csv | Path does not match |
| 42 | admin_page_index | /admin/page | Path does not match |
| 43 | admin_page_reorder | /admin/page/reorder | Path does not match |
| 44 | admin_page_new | /admin/page/new | Path does not match |
| 45 | admin_page_edit | /admin/page/{id}/edit | Path does not match |
| 46 | admin_page_delete | /admin/page/{id}/delete | Path does not match |
| 47 | admin_section_index | /admin/page/{pageId}/section | Path does not match |
| 48 | admin_section_new | /admin/page/{pageId}/section/new | Path does not match |
| 49 | admin_section_edit | /admin/section/{id}/edit | Path does not match |
| 50 | admin_section_delete | /admin/section/{id}/delete | Path does not match |
| 51 | admin_section_reorder | /admin/section/reorder | Path does not match |
| 52 | admin_block_index | /admin/section/{sectionId}/block | Path does not match |
| 53 | admin_block_new | /admin/section/{sectionId}/block/new | Path does not match |
| 54 | admin_block_edit | /admin/block/{id}/edit | Path does not match |
| 55 | admin_block_delete | /admin/block/{id}/delete | Path does not match |
| 56 | admin_block_reorder | /admin/block/reorder | Path does not match |
| 57 | admin_page_duplicate | /admin/page/{id}/duplicate | Path does not match |
| 58 | admin_section_duplicate | /admin/section/{id}/duplicate | Path does not match |
| 59 | admin_block_duplicate | /admin/block/{id}/duplicate | Path does not match |
| 60 | admin_editor_index | /admin/editors | Path does not match |
| 61 | admin_editor_new | /admin/editors/new | Path does not match |
| 62 | admin_editor_delete | /admin/editors/{id}/delete | Path does not match |
| 63 | admin_settings | /admin/settings | Path does not match |
| 64 | pub_sitemap | /sitemap.xml | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.