Routing
public_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
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 | create_action_trace | /action/trace | Path does not match |
13 | list_action_trace | /action/trace/list/{prospectId} | Path does not match |
14 | update_action_trace | /action/trace/{actionId}/update | Path does not match |
15 | delete_action_trace | /action/trace/{actionId}/delete | Path does not match |
16 | admin_import_lots | /admin/importer-lots | Path does not match |
17 | admin_moteur_recherche | /admin/recherche | Path does not match |
18 | admin_interlocuteur | /admin/mon-interlocuteur | Path does not match |
19 | admin_notifications | /admin/notifications | Path does not match |
20 | ajax_ville | /ajax/ville | Path does not match |
21 | ajax_departement | /ajax/departement | Path does not match |
22 | ajax_code_postal | /ajax/code-postal | Path does not match |
23 | ajax_lot | /ajax/lot | Path does not match |
24 | ajax_prospect | /ajax/prospect | Path does not match |
25 | ajax_programme | /ajax/programme | Path does not match |
26 | ajax_prospect_add_lot | /ajax/prospect/add/lot/{lotId} | Path does not match |
27 | ajax_geocode_adresse | /ajax/geocode/adresse | Path does not match |
28 | ajax_send_impression | /ajax/send/impression/{lot} | Path does not match |
29 | ajax_new_historique | /ajax/new/historique/{prospect} | Path does not match |
30 | ajax_piece_jointe_rotate | /ajax/pj/rotate | Path does not match |
31 | ajax_envoi_mail_fiche | /ajax/envoi-mail-fiche | Path does not match |
32 | ajax_info_suivi_lu | /ajax/info-suivi/{id}/lu | Path does not match |
33 | ajax_prospect_check_duplicate | /ajax/prospect/check-duplicate | Path does not match |
34 | login_index | /login | Path does not match |
35 | login_logout | /logout | Path does not match |
36 | public_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.