Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin | /admin/ | Path does not match |
| 2 | add_permission | /admin/permission/add | Path does not match |
| 3 | app_permission_delete | /admin/permission/{id}/delete | Path does not match |
| 4 | app_permission_edit | /admin/permission/{id}/edit | Path does not match |
| 5 | app_user_delete | /admin/{id} | Path does not match |
| 6 | user_new | /admin/new | Path does not match |
| 7 | app_user_edit | /admin/{id}/edit | Path does not match |
| 8 | app_user_email | /admin/email | Path does not match |
| 9 | app_user_username | /admin/username | Path does not match |
| 10 | app_index | / | Path does not match |
| 11 | app_deploy | /deploy/ | Path does not match |
| 12 | show_deploy | /deploy/show/{id} | Path does not match |
| 13 | finishedDate_deploy | /deploy/finishedDate/{id} | Path does not match |
| 14 | new_deploy | /deploy/new | Path does not match |
| 15 | test | /deploy/test/{id} | Path does not match |
| 16 | stopdeployment | /deploy/stopdeployment/{id} | Path does not match |
| 17 | changestatus | /deploy/changestatus/{id} | Path does not match |
| 18 | image_branches | /deploy/image_branches | Path does not match |
| 19 | config_branches | /deploy/config_branches | Path does not match |
| 20 | groupe | /deploy/groupe | Path does not match |
| 21 | approve_package | /deploy/approve/{id} | Path does not match |
| 22 | edit_package | /deploy/edit/{id} | Path does not match |
| 23 | delete_package | /deploy/delete/{id} | Path does not match |
| 24 | search_packages | /deploy/search | Path does not match |
| 25 | app_register | /register | Path does not match |
| 26 | app_secrets | /secrets/ | Path does not match |
| 27 | crypt_secrets | /secrets/crypt | Path does not match |
| 28 | decrypt_secrets | /secrets/decrypt | Path does not match |
| 29 | app_login | /login | Path does not match |
| 30 | app_logout | /logout | Path does not match |
| 31 | app_index_solution | /solutions/ | Path does not match |
| 32 | app_user_index | /user/ | Path does not match |
| 33 | app_user_new | /user/new | Path does not match |
| 34 | app_user_show | /user/show/{id} | Path does not match |
| 35 | app_user_change_password | /user/change_pwd/{id} | Path does not match |
| 36 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 37 | _wdt | /_wdt/{token} | Path does not match |
| 38 | _profiler_home | /_profiler/ | Path does not match |
| 39 | _profiler_search | /_profiler/search | Path does not match |
| 40 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 41 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 42 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 43 | _profiler_open_file | /_profiler/open | Path does not match |
| 44 | _profiler | /_profiler/{token} | Path does not match |
| 45 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 46 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 47 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 48 | index | / | 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.