Routing
app_main_page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.