Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | auth_login | /login | Path does not match |
| 2 | auth_logout | /logout | Path does not match |
| 3 | brands_index | /brands/ | Path does not match |
| 4 | brands_create | /brands/create | Path does not match |
| 5 | brands_edit | /brands/{id}/edit | Path does not match |
| 6 | brands_delete | /brands/{id}/delete | Path does not match |
| 7 | brands_get_ajax | /brands/get | Path does not match |
| 8 | categories_index | /categories/ | Path does not match |
| 9 | categories_treejs | /categories/category-treejs | Path does not match |
| 10 | categories_create | /categories/create | Path does not match |
| 11 | categories_edit | /categories/{id}/edit | Path does not match |
| 12 | categories_delete | /categories/{id}/delete | Path does not match |
| 13 | categories_undelete | /categories/{id}/undelete | Path does not match |
| 14 | categories_get_ajax | /categories/get | Path does not match |
| 15 | complaints_index | /complaints/ | Path does not match |
| 16 | customers_index | /customers/ | Path does not match |
| 17 | customers_edit | /customers/{id}/edit | Path does not match |
| 18 | customers_detail | /customers/{id}/detail | Path does not match |
| 19 | customers_delete | /customers/{id}/delete | Path does not match |
| 20 | home_index | / | Path does not match |
| 21 | change_locale | /change-locale/{locale} | Path does not match |
| 22 | ngos_index | /ngos/ | Path does not match |
| 23 | ngos_edit | /ngos/{id}/edit | Path does not match |
| 24 | ngos_detail | /ngos/{id}/detail | Path does not match |
| 25 | ngos_reject | /ngos/{id}/reject | Path does not match |
| 26 | ngos_approve | /ngos/{id}/approve | Path does not match |
| 27 | ngos_delete | /ngos/{id}/delete | Path does not match |
| 28 | orders_index | /orders/ | Path does not match |
| 29 | orders_detail | /orders/{id}/detail | Path does not match |
| 30 | orders_remove_punishment | /orders/{id}/remove-punishment | Path does not match |
| 31 | products_index | /products/ | Path does not match |
| 32 | products_approve_list | /products/approve-list | Path does not match |
| 33 | products_detail | /products/detail/{id} | Path does not match |
| 34 | products_show | /products/show/{id} | Path does not match |
| 35 | products_approve | /products/{id}/approve | Path does not match |
| 36 | products_pending_approve | /products/{id}/pending_approve | Path does not match |
| 37 | products_delete | /products/{id}/delete | Path does not match |
| 38 | products_reject | /products/{id}/reject | Path does not match |
| 39 | products_reviews | /products/products/reviews | Path does not match |
| 40 | products_reject_image | /products/image/{id}/reject | Path does not match |
| 41 | products_approve_image | /products/image/{id}/approve | Path does not match |
| 42 | products_update_category | /products/category/update | Path does not match |
| 43 | uploads_index | /uploads/ | Path does not match |
| 44 | users_index | /users/ | Path does not match |
| 45 | users_create | /users/create | Path does not match |
| 46 | users_edit | /users/{id}/edit | Path does not match |
| 47 | users_delete | /users/{id}/delete | Path does not match |
| 48 | users_roles | /users/roles | Path does not match |
| 49 | users_role_create | /users/role/create | Path does not match |
| 50 | users_role_delete | /users/role/{roleId}/delete | Path does not match |
| 51 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 52 | _wdt | /_wdt/{token} | Path does not match |
| 53 | _profiler_home | /_profiler/ | Path does not match |
| 54 | _profiler_search | /_profiler/search | Path does not match |
| 55 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 56 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 57 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 58 | _profiler_open_file | /_profiler/open | Path does not match |
| 59 | _profiler | /_profiler/{token} | Path does not match |
| 60 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 61 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 62 | _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.