Routing
wishlist_no_locale
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/wishlist
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | login_no_locale | /login | Path does not match |
| 2 | login | /{_locale}/login | Path does not match |
| 3 | girl_photo_thumb | /photo/thumb/{girl_intname}/{name} | Path does not match |
| 4 | girl_photo | /photo/big/{girl_intname}/{name} | Path does not match |
| 5 | girl_photo_preview | /photo/preview/{name} | Path does not match |
| 6 | getprice_no_locale | /getprice | Path does not match |
| 7 | getprice | /{_locale}/getprice | Path does not match |
| 8 | reviews_no_locale | /reviews | Path does not match |
| 9 | reviews | /{_locale}/reviews | Path does not match |
| 10 | search_girls_no_locale | /search | Path does not match |
| 11 | search_girls | /{_locale}/search | Path does not match |
| 12 | search_clear_no_locale | /search/clear | Path does not match |
| 13 | search_clear | /{_locale}/search/clear | Path does not match |
| 14 | sitemap | /sitemap | Path does not match |
| 15 | subscribe_subscribe_no_locale | /subscribe/subscribe | Path does not match |
| 16 | subscribe_subscribe | /{_locale}/subscribe/subscribe | Path does not match |
| 17 | subscribe_unsubscribe_no_locale | /subscribe/unsubscribe | Path does not match |
| 18 | subscribe_unsubscribe | /{_locale}/subscribe/unsubscribe | Path does not match |
| 19 | app_test | /test | Path does not match |
| 20 | videos_list_no_locale | /videos | Path does not match |
| 21 | videos_list | /{_locale}/videos | Path does not match |
| 22 | videos_cont_no_locale | /videos/{intname} | Path does not match |
| 23 | videos_cont | /{_locale}/videos/{intname} | Path does not match |
| 24 | wishlist_no_locale | /wishlist | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.