Routing
(none)
Matched route
Route Matching Logs
Path to match:
/sitemap.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | oauth2_authorize | /oauth/authorize | Path does not match |
| 3 | oauth2_token | /oauth/token | Path does not match |
| 4 | 2fa_login | /2fa | Path does not match |
| 5 | 2fa_login_check | /2fa_check | Path does not match |
| 6 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 7 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 8 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 9 | _wdt | /_wdt/{token} | Path does not match |
| 10 | _profiler_home | /_profiler/ | Path does not match |
| 11 | _profiler_search | /_profiler/search | Path does not match |
| 12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 15 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 16 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 17 | _profiler_open_file | /_profiler/open | Path does not match |
| 18 | _profiler | /_profiler/{token} | Path does not match |
| 19 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 20 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 21 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 22 | app_admin_account_2fa | /admin/account/2fa | Path does not match |
| 23 | app_admin_account_2fa_enable | /admin/account/2fa/enable | Path does not match |
| 24 | app_admin_account_2fa_disable | /admin/account/2fa/disable | Path does not match |
| 25 | app_admin_articles_create | /admin/articles/new | Path does not match |
| 26 | app_admin_articles_delete | /admin/articles/{id}/delete | Path does not match |
| 27 | app_admin_articles_translation_delete | /admin/articles/{id}/translations/{locale}/delete | Path does not match |
| 28 | app_admin_articles_edit | /admin/articles/{id} | Path does not match |
| 29 | app_admin_articles_list | /admin/articles | Path does not match |
| 30 | app_admin_articles_publish | /admin/articles/{id}/publish | Path does not match |
| 31 | app_admin_articles_unpublish | /admin/articles/{id}/unpublish | Path does not match |
| 32 | app_admin_audit_list | /admin/audit | Path does not match |
| 33 | app_admin_dashboard | /admin | Path does not match |
| 34 | app_admin_forms_list | /admin/forms | Path does not match |
| 35 | app_admin_forms_submissions | /admin/forms/{id}/submissions | Path does not match |
| 36 | app_admin_mcp_clients | /admin/mcp-clients | Path does not match |
| 37 | app_admin_mcp_clients_revoke | /admin/mcp-clients/{identifier}/revoke | Path does not match |
| 38 | app_admin_mcp_clients_delete | /admin/mcp-clients/{identifier}/delete | Path does not match |
| 39 | app_admin_mcp_tokens_revoke | /admin/mcp-clients/tokens/{identifier}/revoke | Path does not match |
| 40 | app_admin_menus_create | /admin/menus/new | Path does not match |
| 41 | app_admin_menus_edit | /admin/menus/{id} | Path does not match |
| 42 | app_admin_menus_remove_item | /admin/menus/{id}/items/{itemId}/delete | Path does not match |
| 43 | app_admin_menus_list | /admin/menus | Path does not match |
| 44 | app_admin_publish | /admin/publish | Path does not match |
| 45 | app_admin_publish_trigger | /admin/publish/trigger | Path does not match |
| 46 | api_admin_publish_job_status | /api/admin/publish/jobs/{id} | Path does not match |
| 47 | app_admin_sites | /admin/sites | Path does not match |
| 48 | app_admin_sites_new | /admin/sites/new | Path does not match |
| 49 | app_admin_sites_edit | /admin/sites/{id}/edit | Path does not match |
| 50 | app_admin_sites_select | /admin/sites/{id}/select | Path does not match |
| 51 | app_admin_sites_refresh | /admin/sites/refresh | Path does not match |
| 52 | app_admin_sites_delete | /admin/sites/{id}/delete | Path does not match |
| 53 | app_admin_site_meta | /admin/site/meta | Path does not match |
| 54 | app_admin_site_settings | /admin/site | Path does not match |
| 55 | api_admin_articles_autosave | /api/admin/articles/{id}/autosave | Path does not match |
| 56 | api_forms_submit | /api/forms/{key}/submit | Path does not match |
| 57 | api_admin_media_upload | /api/admin/media | Path does not match |
| 58 | app_install | /install | Path does not match |
| 59 | app_oauth_as_metadata | /.well-known/oauth-authorization-server | Path does not match |
| 60 | app_oauth_prm | /.well-known/oauth-protected-resource | Path does not match |
| 61 | app_oauth_prm_mcp | /.well-known/oauth-protected-resource/mcp | Path does not match |
| 62 | app_mcp | /mcp | Path does not match |
| 63 | app_oauth_consent | /oauth/consent | Path does not match |
| 64 | app_oauth_register | /oauth/register | Path does not match |
| 65 | app_healthz | /healthz | Path does not match |
| 66 | app_home | / | Path does not match |
| 67 | app_login | /login | Path does not match |
| 68 | app_logout | /logout | Path does not match |
| 69 | app_public_media | /media/{id} | Path does not match |
| 70 | app_public_media_path | /media/{path} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.