Routing
router
Matched route
Route Parameters
| Name | Value |
|---|---|
| controller | "" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_ajax_contact | /app_ajax/contact | Path does not match |
| 2 | app_ajax_product_images | /app_ajax/product_images | Path does not match |
| 3 | core_admin_controller_entity_auto | /4DM1n157R4710N/entity-management | Path does not match |
| 4 | core_admin_dashboard | /4DM1n157R4710N/ | Path does not match |
| 5 | core_admin_newsletter_export | /4DM1n157R4710N/newsletter/export | Path does not match |
| 6 | core_admin_ajax_page_save | /4DM1n157R4710N/ajax/page/save | Path does not match |
| 7 | _demo_hello | /test | Path does not match |
| 8 | redirect_user_login | /redirect/user/login | Path does not match |
| 9 | user_login | /ajax/user/login | Path does not match |
| 10 | user_register | /ajax/user/register | Path does not match |
| 11 | user_account_remove | /ajax/user/remove | Path does not match |
| 12 | user_forgot_password | /ajax/user/forgot-password | Path does not match |
| 13 | user_forgot_password_reset | /ajax/user/forgot-password-reset | Path does not match |
| 14 | user_update_infos | /ajax/update/infos | Path does not match |
| 15 | user_update_password | /ajax/update/password | Path does not match |
| 16 | user_update_email | /ajax/update/email | Path does not match |
| 17 | user_update_newsletter | /ajax/update/newsletter | Path does not match |
| 18 | user_create_address_template | /ajax/create/address/template | Path does not match |
| 19 | user_update_address_template | /ajax/update/address/template | Path does not match |
| 20 | user_update_address | /ajax/update/address | Path does not match |
| 21 | user_remove_address | /ajax/remove/address | Path does not match |
| 22 | user_admin_user_update | /4DM1n157R4710N/ajax/user/update | Path does not match |
| 23 | user_admin_user_remove | /4DM1n157R4710N/ajax/user/remove | Path does not match |
| 24 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 25 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 26 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 27 | _wdt | /_wdt/{token} | Path does not match |
| 28 | _profiler_home | /_profiler/ | Path does not match |
| 29 | _profiler_search | /_profiler/search | Path does not match |
| 30 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 31 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 32 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 33 | _profiler_open_file | /_profiler/open | Path does not match |
| 34 | _profiler | /_profiler/{token} | Path does not match |
| 35 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 36 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 37 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 38 | sitemap | /sitemap.xml | Path does not match |
| 39 | router | /{controller} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.