Routing
pqna.check_user
Matched route
Route Parameters
Name | Value |
---|---|
_format | "html" |
id | "12" |
prefix | "" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/user/12
# | Route name | Path | Log |
---|---|---|---|
1 | sulu_community.registration | /{prefix}registration | Path does not match |
2 | sulu_community.confirmation | /{prefix}confirmation/{token} | Path does not match |
3 | sulu_community.completion | /{prefix}completion | Path does not match |
4 | sulu_community.password_forget | /{prefix}password-forget | Path does not match |
5 | sulu_community.password_reset | /{prefix}password-reset/{token} | Path does not match |
6 | sulu_community.profile | /{prefix}profile | Path does not match |
7 | sulu_community.email_confirmation | /{prefix}profile/email-confirmation | Path does not match |
8 | sulu_community.login | /{prefix}login | Path does not match |
9 | sulu_community.logout | /{prefix}logout | Path does not match |
10 | sulu_community.user_confirm | /{prefix}_community/confirm | Path does not match |
11 | sulu_community.user_deny | /{prefix}_community/deny | Path does not match |
12 | sulu_media.website.image.proxy | /uploads/media/{slug} | Path does not match |
13 | sulu_media.website.media.download | /media/{id}/download/{slug} | Path does not match |
14 | sulu_media.website.media.download_admin | /admin/media/{id}/download/{slug} | Path does not match |
15 | sulu_website.sitemap_index | /sitemap.xml | Path does not match |
16 | sulu_website.paginated_sitemap | /sitemaps/{alias}-{page}.xml | Path does not match |
17 | sulu_website.sitemap | /sitemaps/{alias}.xml | Path does not match |
18 | sulu_website.segment_switch | /_sulu_segment_switch | Path does not match |
19 | pqna.paybox_payment | /{prefix}paybox/payment/events.{_format} | Path does not match |
20 | pqna.website_search_tag | /{prefix}tag.{_format} | Path does not match |
21 | pqna.check_user | /{prefix}user/{id}.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.