Routing
app_hotel_sitemaps
Matched route
Route Parameters
Name | Value |
---|---|
page | "35" |
Route Matching Logs
Path to match:
/sitemaps/hotels/35
# | Route name | Path | Log |
---|---|---|---|
1 | app_hotel | /hotel/{hotelId}-{hotelSlug} | Path does not match |
2 | app_hotel_sitemaps | /sitemaps/hotels/{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.