Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | appel_a_projet_index | /appel_a_projet/ | Path does not match |
| 13 | appel_a_projet_new | /appel_a_projet/new | Path does not match |
| 14 | appel_a_projet_show | /appel_a_projet/{id} | Path does not match |
| 15 | appel_a_projet_edit | /appel_a_projet/{id}/edit | Path does not match |
| 16 | appel_a_projet_add_project | /appel_a_projet/{id}/ajout-projet | Path does not match |
| 17 | appel_a_projet_add_project_auto | /appel_a_projet/{id}/ajout-projet/auto | Path does not match |
| 18 | appel_a_projet_recap_project | /appel_a_projet/{id}/recap-projets | Path does not match |
| 19 | appel_a_projet_girci_charte | /appel_a_projet/{id}/girci-charte | Path does not match |
| 20 | appel_a_projet_etat_avancement | /appel_a_projet/{id}/etat-avancement | Path does not match |
| 21 | appel_a_projet_preeval_envoi_email | /appel_a_projet/{id}/preeval-envoi-email | Path does not match |
| 22 | appel_a_projet_rapport_envoi_email | /appel_a_projet/{id}/rapport-envoi-email | Path does not match |
| 23 | appel_a_projet_generate_expert | /appel_a_projet/{id}/generate-experts | Path does not match |
| 24 | appel_a_projet_delete_confirm | /appel_a_projet/delete/{id} | Path does not match |
| 25 | appel_a_projet_download_charte | /appel_a_projet/{id}/{charte} | Path does not match |
| 26 | appel_a_projet_delete | /appel_a_projet/{id} | Path does not match |
| 27 | appel_a_projet_liste_export | /appel_a_projet_export/{id}/liste-export | Path does not match |
| 28 | appel_a_projet_export | /appel_a_projet_export/export/{id} | Path does not match |
| 29 | appel_a_projet_export_csv_questionnaire | /appel_a_projet_export/export-csv-questionnaire/{id}/{type} | Path does not match |
| 30 | appel_a_projet_export_zip | /appel_a_projet_export/export-zip/{id} | Path does not match |
| 31 | appel_a_projet_export_zip_questionnaire | /appel_a_projet_export/export-zip-questionnaire/{id} | Path does not match |
| 32 | clonage_questionnaire | /clonage/{id} | Path does not match |
| 33 | 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.