Routing
room
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
| url | "habitacion-en-piso-compartido-en-madrid-65156ae2e55c2" |
Route Matching Logs
Path to match:
/es/room/habitacion-en-piso-compartido-en-madrid-65156ae2e55c2
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_choose_usertype | /{_locale}/register-as | Path does not match |
| 2 | count_listing_messages | /user/count-listing-messages | Path does not match |
| 3 | deactivate_listing | /user/deactivate-listing | Path does not match |
| 4 | delete_listing | /user/delete-listing | Path does not match |
| 5 | del_msg_bulk | /user/del-msg-bulk | Path does not match |
| 6 | del_msg | /user/del-msg | Path does not match |
| 7 | edit_flat | /{_locale}/user/edit-flat/{id} | Path does not match |
| 8 | edit_room | /{_locale}/user/edit-room/{id} | Path does not match |
| 9 | edit_user_data | /{_locale}/user/edit-user-data | Path does not match |
| 10 | 404 | /404 | Path does not match |
| 11 | flat | /{_locale}/flat/{url} | Path does not match |
| 12 | msg_receiver | /msg-receiver | Path does not match |
| 13 | inactive_listing | /{_locale}/inactive-listing | Path does not match |
| 14 | listing_messages | /{_locale}/user/listing-messages/{pag} | Path does not match |
| 15 | listing_new_conversations | /user/listing-new-conversations | Path does not match |
| 16 | listing_conversations | /user/listing-conversations | Path does not match |
| 17 | listing_stats | /{_locale}/user/stats | Path does not match |
| 18 | app_logout | /logout | Path does not match |
| 19 | login | /{_locale}/login | Path does not match |
| 20 | app_main_page | / | Path does not match |
| 21 | makeuser | /makeuser | Path does not match |
| 22 | myilstings-flat | /{_locale}/user/mylistings/flat/{pag} | Path does not match |
| 23 | myilstings-flat-inactive | /{_locale}/user/mylistings/inactiveflat/{pag} | Path does not match |
| 24 | myilstings-room | /{_locale}/user/mylistings/room/{pag} | Path does not match |
| 25 | myilstings-room-inactive | /{_locale}/user/mylistings/inactiveroom/{pag} | Path does not match |
| 26 | page | /{_locale}/page/{url} | Path does not match |
| 27 | preview | /preview | Path does not match |
| 28 | publish_listing_flat | /{_locale}/user/publishflat | Path does not match |
| 29 | publish_listing_room | /{_locale}/user/publishroom | Path does not match |
| 30 | confirm-email | /confirm-email/{userid} | Path does not match |
| 31 | app_register | /{_locale}//register/{usertype} | Path does not match |
| 32 | room | /{_locale}/room/{url} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.