Routing
index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://qualite-preprod.ip2i.in2p3.fr/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | action_index | /action/ | Path does not match |
2 | action_create | /action/create | Path does not match |
3 | action_edit | /action/{id}/edit} | Path does not match |
4 | action_delete | /action/{id}/delete | Path does not match |
5 | action_view | /action/{id}/view | Path does not match |
6 | action_change | /action/{id}/change/{to} | Path does not match |
7 | comment_delete | /comment/{id}/delete | Path does not match |
8 | add_action_comment | /action/{id}/addcomment | Path does not match |
9 | add_process_comment | /process/{id}/addcomment | Path does not match |
10 | add_user_comment | /user/{uuid}/addcomment | Path does not match |
11 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.