Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://petitcentre.webmasi.cloud/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | absence_index | /absences/ | Path does not match |
| 17 | absence_new | /absences/nouvelle | Path does not match |
| 18 | absence_show | /absences/{id} | Path does not match |
| 19 | absence_edit | /absences/{id}/modifier | Path does not match |
| 20 | absence_delete | /absences/{id} | Path does not match |
| 21 | absence_eleve | /absences/eleve/{id} | Path does not match |
| 22 | absence_classe | /absences/classe/{id} | Path does not match |
| 23 | absence_justify | /absences/justifier/{id} | Path does not match |
| 24 | absence_stats | /absences/statistiques | Path does not match |
| 25 | absence_quick_entry | /absences/saisie-rapide | Path does not match |
| 26 | absence_api_eleves_classe | /absences/api/eleves-classe/{id} | Path does not match |
| 27 | annee_scolaire_index | /annees-scolaires/ | Path does not match |
| 28 | annee_scolaire_new | /annees-scolaires/nouvelle | Path does not match |
| 29 | annee_scolaire_show | /annees-scolaires/{id} | Path does not match |
| 30 | annee_scolaire_edit | /annees-scolaires/{id}/modifier | Path does not match |
| 31 | annee_scolaire_set_current | /annees-scolaires/{id}/definir-courante | Path does not match |
| 32 | annee_scolaire_archive | /annees-scolaires/{id}/archiver | Path does not match |
| 33 | annee_scolaire_reactivate | /annees-scolaires/{id}/reactiver | Path does not match |
| 34 | annee_scolaire_delete | /annees-scolaires/{id}/supprimer | Path does not match |
| 35 | annee_scolaire_export | /annees-scolaires/export | Path does not match |
| 36 | classe_index | /classes/ | Path does not match |
| 37 | classe_new | /classes/nouvelle | Path does not match |
| 38 | classe_show | /classes/{id} | Path does not match |
| 39 | classe_edit | /classes/{id}/modifier | Path does not match |
| 40 | classe_delete | /classes/{id}/supprimer | Path does not match |
| 41 | classe_manage_eleves | /classes/{id}/eleves | Path does not match |
| 42 | classe_add_eleve | /classes/{id}/ajouter-eleve/{eleveId} | Path does not match |
| 43 | classe_remove_eleve | /classes/{id}/retirer-eleve/{eleveId} | Path does not match |
| 44 | classe_export_csv | /classes/export/csv | Path does not match |
| 45 | classe_archives | /classes/archives | Path does not match |
| 46 | classe_ajax_new | /classes/ajax/nouvelle | Path does not match |
| 47 | classe_ajax_form | /classes/ajax/form | Path does not match |
| 48 | classe_ajax_create | /classes/ajax/create | Path does not match |
| 49 | app_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.