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 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_bible_print_book | /admin/bible/print/{bookId} | Path does not match |
| 19 | app_bible_download_latex | /admin/bible/latex/{bookId} | Path does not match |
| 20 | app_bible_download_epub | /admin/bible/epub/{bookId} | Path does not match |
| 21 | app_dashboard | /admin | Path does not match |
| 22 | app_dashboard_chapters | /admin/dashboard/book/{id} | Path does not match |
| 23 | app_global_reference_index | /admin/global-references | Path does not match |
| 24 | app_global_reference_new | /admin/global-references/new | Path does not match |
| 25 | app_global_reference_edit | /admin/global-references/{id}/edit | Path does not match |
| 26 | app_global_reference_delete | /admin/global-references/delete/{id} | Path does not match |
| 27 | admin_louwnida | /admin/louwnida/{word} | Path does not match |
| 28 | app_admin_message_widget | /admin/message/widget | Path does not match |
| 29 | app_admin_message_index | /admin/message/ | Path does not match |
| 30 | app_admin_message_read | /admin/message/{id} | Path does not match |
| 31 | app_admin_message_send | /admin/message/send | Path does not match |
| 32 | app_admin_message_reply | /admin/message/{id}/reply | Path does not match |
| 33 | app_admin_message_status | /admin/message/{id}/status/{status} | Path does not match |
| 34 | app_admin_paratext_index | /admin/paratext/ | Path does not match |
| 35 | app_admin_paratext_new | /admin/paratext/new | Path does not match |
| 36 | app_admin_paratext_show | /admin/paratext/{id} | Path does not match |
| 37 | app_admin_paratext_edit | /admin/paratext/{id}/edit | Path does not match |
| 38 | app_admin_paratext_delete | /admin/paratext/{id} | Path does not match |
| 39 | app_admin_review_toggle | /admin/review/toggle/{type}/{id} | Path does not match |
| 40 | app_admin_super_test_fields_index | /admin/super/test/fields | Path does not match |
| 41 | app_admin_super_test_fields_new | /admin/super/test/fields/new | Path does not match |
| 42 | app_admin_super_test_fields_show | /admin/super/test/fields/{id} | Path does not match |
| 43 | app_admin_super_test_fields_edit | /admin/super/test/fields/{id}/edit | Path does not match |
| 44 | app_admin_super_test_fields_delete | /admin/super/test/fields/{id} | Path does not match |
| 45 | app_admin_test_database_index | /admin/test/database | Path does not match |
| 46 | app_admin_test_database_new | /admin/test/database/new | Path does not match |
| 47 | app_admin_test_database_show | /admin/test/database/{id} | Path does not match |
| 48 | app_admin_test_database_edit | /admin/test/database/{id}/edit | Path does not match |
| 49 | app_admin_test_database_delete | /admin/test/database/{id} | Path does not match |
| 50 | app_translation_chapter | /admin/translation/{bookId}/{chapter} | Path does not match |
| 51 | app_translation_save | /admin/translation/save/{id} | Path does not match |
| 52 | app_translation_verse | /admin/translation/{bookId}/{chapter}/{verseNum} | Path does not match |
| 53 | app_translation_reference_add | /admin/translation/reference/add/{verseId} | Path does not match |
| 54 | app_translation_reference_edit | /admin/translation/reference/edit/{id} | Path does not match |
| 55 | app_translation_reference_delete | /admin/translation/reference/delete/{id} | Path does not match |
| 56 | app_translation_global_reference_add | /admin/translation/global-reference/add/{verseId} | Path does not match |
| 57 | app_translation_global_reference_edit | /admin/translation/global-reference/edit/{id} | Path does not match |
| 58 | app_translation_global_reference_delete | /admin/translation/global-reference/delete/{id} | Path does not match |
| 59 | app_admin_user_index | /admin/user/ | Path does not match |
| 60 | app_admin_user_new | /admin/user/new | Path does not match |
| 61 | app_admin_user_show | /admin/user/{id} | Path does not match |
| 62 | app_admin_user_edit | /admin/user/{id}/edit | Path does not match |
| 63 | app_admin_user_delete | /admin/user/{id} | Path does not match |
| 64 | api_word_detail | /api/word-detail/{strongCode} | Path does not match |
| 65 | 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.