Routing
app_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 | _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_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | address_index | /address/ | Path does not match |
| 14 | address_ajax_list | /address/ajax/list | Path does not match |
| 15 | address_new | /address/new | Path does not match |
| 16 | address_edit | /address/{id}/edit | Path does not match |
| 17 | address_show | /address/{id} | Path does not match |
| 18 | animal_breed_index | /animal_breed/ | Path does not match |
| 19 | animal_breed_export | /animal_breed/export | Path does not match |
| 20 | animal_breed_ajax_list | /animal_breed/ajax/list | Path does not match |
| 21 | animal_breed_new | /animal_breed/new | Path does not match |
| 22 | animal_breed_edit | /animal_breed/{id}/edit | Path does not match |
| 23 | animal_breed_show | /animal_breed/{id} | Path does not match |
| 24 | animal_category_index | /animal_category/ | Path does not match |
| 25 | animal_category_export | /animal_category/export | Path does not match |
| 26 | animal_category_ajax_list | /animal_category/ajax/list | Path does not match |
| 27 | animal_category_new | /animal_category/new | Path does not match |
| 28 | animal_category_edit | /animal_category/{id}/edit | Path does not match |
| 29 | animal_category_show | /animal_category/{id} | Path does not match |
| 30 | animal_index | /animal/ | Path does not match |
| 31 | animal_export | /animal/export | Path does not match |
| 32 | animal_ajax_list | /animal/ajax/list | Path does not match |
| 33 | animal_ajax_weight_history | /animal/ajax/weight_history | Path does not match |
| 34 | animal_new | /animal/new | Path does not match |
| 35 | animal_show | /animal/{id} | Path does not match |
| 36 | animal_edit | /animal/{id}/edit | Path does not match |
| 37 | animal_delete | /animal/{id} | Path does not match |
| 38 | animal_ajax_change_attribute | /animal/ajax/change_attribute/{name} | Path does not match |
| 39 | animal_specie_index | /animal_specie/ | Path does not match |
| 40 | animal_specie_export | /animal_specie/export | Path does not match |
| 41 | animal_specie_ajax_list | /animal_specie/ajax/list | Path does not match |
| 42 | animal_specie_new | /animal_specie/new | Path does not match |
| 43 | animal_specie_edit | /animal_specie/{id}/edit | Path does not match |
| 44 | animal_specie_show | /animal_specie/{id} | Path does not match |
| 45 | apiv2_sync_ajax_list | /apiv2/sync/ajax/list | Path does not match |
| 46 | apiv2_sync_update | /apiv2/sync/update | Path does not match |
| 47 | apiv2_sync_get_metadata | /apiv2/sync/get_metadata | Path does not match |
| 48 | api_v2_user_forgetme | /apiv2/user/forgetme | Path does not match |
| 49 | api_v2_file_zip | /apiv2/fileZip | Path does not match |
| 50 | 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.