Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | users_list | /users/ | Path does not match |
2 | users_add | /users/add | Path does not match |
3 | users_edit | /users/edit/{id} | Path does not match |
4 | users_change_status | /users/change-status/{id} | Path does not match |
5 | ads_list | /ads/ | Path does not match |
6 | api_clients_list | /api-clients/ | Path does not match |
7 | api_clients_add | /api-clients/add | Path does not match |
8 | api_clients_edit | /api-clients/edit/{id} | Path does not match |
9 | api_clients_toggle | /api-clients/toggle/{id} | Path does not match |
10 | api_clients_show | /api-clients/show/{id} | Path does not match |
11 | blocks_init | /blocks/ | Path does not match |
12 | sections_toggle | /blocks/toggle/{id} | Path does not match |
13 | bookies_list | /bookies/ | Path does not match |
14 | comments_list | /comments/ | Path does not match |
15 | update_comment_status | /comments/comment-status/{id}/{status} | Path does not match |
16 | deactivate_all_comments | /comments/deactivate-all-comments/{type}/{id} | Path does not match |
17 | bad_words | /comments/bad-words | Path does not match |
18 | bad_words_add | /comments/bad-words/add | Path does not match |
19 | bad_words_edit | /comments/bad-words/{id} | Path does not match |
20 | update_bad_word_status | /comments/bad-word-status/{id} | Path does not match |
21 | import_video_vrs | /vrs/video | Path does not match |
22 | dashboard | / | Path does not match |
23 | login | /login | Path does not match |
24 | logout | /logout | Path does not match |
25 | menu_app_init | /menu-app/ | Path does not match |
26 | notification_list | /notification/ | Path does not match |
27 | notification_add | /notification/add | Path does not match |
28 | notification_cancel | /notification/cancel/{id} | Path does not match |
29 | notification_stats | /notification/stats/{id} | Path does not match |
30 | profile | /profile | Path does not match |
31 | push_post | /receive/ | Path does not match |
32 | super_admin_list | /admins/ | Path does not match |
33 | create_users | /admins/create-users | Path does not match |
34 | tv_channels_list | /tv-channels/ | Path does not match |
35 | tv_channels_add | /tv-channels/add | Path does not match |
36 | tv_channels_edit | /tv-channels/edit/{id} | Path does not match |
37 | tv_channels_toggle | /tv-channels/toggle/{id} | Path does not match |
38 | tv_news_list | /tv-news/ | Path does not match |
39 | tv_news_add | /tv-news/add | Path does not match |
40 | tv_news_edit | /tv-news/edit/{id} | Path does not match |
41 | tv_news_status | /tv-news/toggle/{id} | Path does not match |
42 | tv_programme_list | /tv-programme/ | Path does not match |
43 | tv_programme_add | /tv-programme/add | Path does not match |
44 | tv_programme_edit | /tv-programme/edit/{id} | Path does not match |
45 | tv_programme_toggle | /tv-programme/toggle/{id} | Path does not match |
46 | tv_schedule_list | /tv-schedule/ | Path does not match |
47 | tv_schedule_add | /tv-schedule/add | Path does not match |
48 | tv_schedule_status | /tv-schedule/toggle/{id} | Path does not match |
49 | videos_list | /videos/ | Path does not match |
50 | video_edit | /videos/edit/{id} | Path does not match |
51 | video_toggle_geoblock | /videos/edit/{id}/geoblock | Path does not match |
52 | _preview_error | /_error/{code}.{_format} | Path does not match |
53 | _wdt | /_wdt/{token} | Path does not match |
54 | _profiler_home | /_profiler/ | Path does not match |
55 | _profiler_search | /_profiler/search | Path does not match |
56 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
57 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
58 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
59 | _profiler_open_file | /_profiler/open | Path does not match |
60 | _profiler | /_profiler/{token} | Path does not match |
61 | _profiler_router | /_profiler/{token}/router | Path does not match |
62 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
63 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.