Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | home | / | Path does not match |
| 16 | reg | /reg | Path does not match |
| 17 | sd_bereiche.list | /sd_bereiche/list/{id},{frage} | Path does not match |
| 18 | sd_bereiche.new | /sd_bereiche/new | Path does not match |
| 19 | sd_bereiche.edit | /sd_bereiche/edit/{id} | Path does not match |
| 20 | sd_bereiche.delete | /sd_bereiche/delete/{id} | Path does not match |
| 21 | sd_lagerortesst.list | /sd_lagerortesstlist/{id},{frage} | Path does not match |
| 22 | sd_lagerortesst.new | /sd_lagerortesst/new | Path does not match |
| 23 | sd_lagerortesst.edit | /sd_lagerortesst/edit/{id} | Path does not match |
| 24 | sd_lagerortesst.delete | /sd_lagerortesst/delete/{id} | Path does not match |
| 25 | sd_mahnstufen.list | /sd_mahnstufen/list/{id},{frage} | Path does not match |
| 26 | sd_prioritaeten.list | /sd_prioritaeten/list/{id},{frage} | Path does not match |
| 27 | sd_ssarten.list | /sd_ssarten/list/{id},{frage} | Path does not match |
| 28 | sd_ssarten.new | /sd_ssarten/new | Path does not match |
| 29 | sd_ssarten.edit | /sd_ssarten/edit/{id} | Path does not match |
| 30 | sd_ssarten.delete | /sd_ssarten/delete/{id} | Path does not match |
| 31 | sd_todothemen.list | /sd_todothemen/list/{id},{frage} | Path does not match |
| 32 | sd_todothemen.new | /sd_todothemen/new | Path does not match |
| 33 | sd_todothemen.edit | /sd_todothemen/edit/{id} | Path does not match |
| 34 | sd_todothemen.delete | /sd_todothemen/delete/{id} | Path does not match |
| 35 | sd_verantw.list | /sd_verantw/list/{id},{frage} | Path does not match |
| 36 | schriftvk.list | /schriftvk/list/{vdat},{bdat},{svid},{tsuche},{sort} | Path does not match |
| 37 | schriftvk.sv_neu | /schriftvk/sv_neu/{id},{neu},{fall},{vdat},{bdat},{svid},{tsuche},{sort} | Path does not match |
| 38 | schriftvk.sv_upload | /schriftvk/sv_upload/{id},{fall},{vdat},{bdat},{svid},{tsuche},{sort} | Path does not match |
| 39 | schriftvk.edit | /schriftvk/edit/{id},{fall},{vdat},{bdat},{svid},{tsuche},{sort} | Path does not match |
| 40 | schriftvk.delete | /schriftvk/delete/{id},{vdat},{bdat},{svid},{tsuche},{sort} | Path does not match |
| 41 | schriftvk.deletedok | /schriftvk/deletedok/{id}/{fall}/{vdat}/{bdat}/{svid}/{tsuche}/{sort} | Path does not match |
| 42 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.