http://lms.al-dirassa.com/

Routing

app_redirect_to_home Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

/fr/login (route: "n/a")

Route Matching Logs

Path to match: /
# Route name Path Log
1 app_my_calendar /{_locale}/calendrier/ Path does not match
2 app_show_student_calendar /{_locale}/calendrier/student/{id} Path does not match
3 app_show_teacher_calendar /{_locale}/calendrier/teacher/{id} Path does not match
4 app_configurations /{_locale}/configuration/configurations Path does not match
5 app_non_reservable_period /{_locale}/configuration/periode-non-reservable Path does not match
6 get_courses_data /{_locale}/cours/consulter/get-data Path does not match
7 app_add_course /{_locale}/cours/ajouter-un-cours Path does not match
8 app_reserve_course /{_locale}/cours/reserver/ Path does not match
9 app_reserve_course_for_student /{_locale}/cours/reserver/{id} Path does not match
10 app_teacher_availabilities /{_locale}/cours/reserver/{student}/{teacher}/{endedAt}/{duration}/{possibility} Path does not match
11 app_course_reserve /{_locale}/cours/{startedAt}/{endedAt}/{studentId}/{teacherId}/{wantedStudyId} Path does not match
12 app_courses_show /{_locale}/cours/consulter Path does not match
13 app_delete_with_period /{_locale}/cours/delete-with-period Path does not match
14 app_course_show /{_locale}/cours/{id} Path does not match
15 app_course_edit /{_locale}/cours/{id}/edit Path does not match
16 app_course_delete /{_locale}/cours/{id} Path does not match
17 app_course_delete_no_csrf /{_locale}/cours/{id}/delete Path does not match
18 app_courses_multiple_delete /{_locale}/cours/multiple/delete Path does not match
19 app_edit_my_course /{_locale}/cours/edit-my-course/{id} Path does not match
20 app_fr_users_index /{_locale}/users/ Path does not match
21 get_data /{_locale}/users/get-data Path does not match
22 app_fr_users_new /{_locale}/users/new Path does not match
23 app_fr_users_show /{_locale}/users/{id} Path does not match
24 app_fr_users_edit /{_locale}/users/{id}/edit Path does not match
25 app_fr_users_delete /{_locale}/users/{id} Path does not match
26 app_redirect_to_home / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.