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