Routing
app_gallery
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/galerie
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_about.cs | /o-nas | Path does not match |
| 2 | app_about.en | /en/o-nas | Path does not match |
| 3 | app_about.de | /de/o-nas | Path does not match |
| 4 | app_apartment.cs | /apartmany/{slug} | Path does not match |
| 5 | app_apartment.en | /en/apartmany/{slug} | Path does not match |
| 6 | app_apartment.de | /de/apartmany/{slug} | Path does not match |
| 7 | app_apartment_overview.cs | /apartmany | Path does not match |
| 8 | app_apartment_overview.en | /en/apartmany | Path does not match |
| 9 | app_apartment_overview.de | /de/apartmany | Path does not match |
| 10 | generate_thumbnail.cs | /generate_thumbnail/{image}/{type}/{col}/{width}/{height}/{crop}/{webp}/{size} | Path does not match |
| 11 | generate_thumbnail.en | /en/generate_thumbnail/{image}/{type}/{col}/{width}/{height}/{crop}/{webp}/{size} | Path does not match |
| 12 | generate_thumbnail.de | /de/generate_thumbnail/{image}/{type}/{col}/{width}/{height}/{crop}/{webp}/{size} | Path does not match |
| 13 | sitemap.cs | /sitemap.xml | Path does not match |
| 14 | sitemap.en | /en/sitemap.xml | Path does not match |
| 15 | sitemap.de | /de/sitemap.xml | Path does not match |
| 16 | app_contact.cs | /kontakt | Path does not match |
| 17 | app_contact.en | /en/kontakt | Path does not match |
| 18 | app_contact.de | /de/kontakt | Path does not match |
| 19 | app_contactform.cs | /contactform | Path does not match |
| 20 | app_contactform.en | /en/contactform | Path does not match |
| 21 | app_contactform.de | /de/contactform | Path does not match |
| 22 | app_gallery.cs | /galerie | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.