Routing
sulu_website.paginated_sitemap
Matched route
Route Parameters
| Name | Value |
|---|---|
| alias | "articles" |
| page | "1" |
Route Matching Logs
Path to match:
/sitemaps/articles-1.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | article_import_admin_import | /admin/api/article-import | Path does not match |
| 2 | claude_content_generate | /admin/api/claude-generate | Path does not match |
| 3 | claude_content_import | /admin/api/claude-import | Path does not match |
| 4 | trustforce_contact_success | /contact/success | Path does not match |
| 5 | 2fa_login_check_admin | /admin/2fa_check | Path does not match |
| 6 | sulu_media.website.image.proxy | /uploads/media/{slug} | Path does not match |
| 7 | sulu_media.website.media.download | /media/{id}/download/{slug} | Path does not match |
| 8 | sulu_media.website.media.download_admin | /admin/media/{id}/download/{slug} | Path does not match |
| 9 | sulu_website.sitemap_index | /sitemap.xml | Path does not match |
| 10 | sulu_website.paginated_sitemap | /sitemaps/{alias}-{page}.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.