Routing
(none)
Matched route
Route Matching Logs
Path to match:
/temp
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | admin_tag | /admin/tag | Path does not match |
3 | project | /project | Path does not match |
4 | project_show | /project/{id} | Path does not match |
5 | shop | /shop | Path does not match |
6 | shop_product | /shop/product/{id} | Path does not match |
7 | _preview_error | /_error/{code}.{_format} | Path does not match |
8 | _wdt | /_wdt/{token} | Path does not match |
9 | _profiler_home | /_profiler/ | Path does not match |
10 | _profiler_search | /_profiler/search | Path does not match |
11 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
12 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
13 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
15 | _profiler_open_file | /_profiler/open | Path does not match |
16 | _profiler | /_profiler/{token} | Path does not match |
17 | _profiler_router | /_profiler/{token}/router | Path does not match |
18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
20 | index | / | Path does not match |
21 | app_login | /login | Path does not match |
22 | app_logout | /logout | Path does not match |
23 | about | /about | Path does not match |
24 | shop_thank_you | /shop/thank_you | Path does not match |
25 | admin_image | /admin/image | Path does not match |
26 | admin_image_homepage | /admin/image/homepage | Path does not match |
27 | admin_image_new | /admin/image/new | Path does not match |
28 | admin_image_edit | /admin/image/edit/{id} | Path does not match |
29 | admin_image_delete | /admin/image/delete/{id} | Path does not match |
30 | admin_project | /admin/project | Path does not match |
31 | admin_project_new | /admin/project/new | Path does not match |
32 | admin_project_edit | /admin/project/edit/{id} | Path does not match |
33 | admin_project_delete | /admin/project/delete/{id} | Path does not match |
34 | admin_shop | /admin/shop | Path does not match |
35 | admin_shop_new | /admin/shop/new | Path does not match |
36 | admin_shop_edit | /admin/shop/edit/{id} | Path does not match |
37 | admin_shop_delete | /admin/shop/delete/{id} | Path does not match |
38 | test_paypal | /test_paypal | Path does not match |
39 | test_3D | /test_3D | Path does not match |
40 | admin_about_edit | /admin/shop/edit | Path does not match |
41 | admin_pdf | /admin/pdf | Path does not match |
42 | admin_pdf_new | /admin/pdf/new | Path does not match |
43 | admin_pdf_edit | /admin/pdf/edit/{id} | Path does not match |
44 | admin_pdf_delete | /admin/pdf/delete/{id} | Path does not match |
45 | mycv | /mycv | Path does not match |
46 | privacy_policy | /privacy-policy | Path does not match |
47 | terms_and_conditions | /terms-and-conditions | 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.