Routing
homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| httpPort | 80 |
| httpsPort | 443 |
| path | "/fr/" |
| permanent | true |
| scheme | null |
Route Redirection
This page redirects to:
http://amc-pdf-web-test.ufoo.consulting/fr/
(route: "homepage")
Route Matching Logs
Path to match:
/fr
| # | 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 | admin | /admin | Path does not match |
| 16 | homepage | /{_locale}/ | Path does not match |
| 17 | app_homepage_indexnolocale | / | Path does not match |
| 18 | app_login | /{_locale}/login | Path does not match |
| 19 | app_logout | /{_locale}/logout | Path does not match |
| 20 | quote_index | /{_locale}/quotes/ | Path does not match |
| 21 | quote_index_paginated | /{_locale}/quotes/page/{page} | Path does not match |
| 22 | quote_details | /{_locale}/quotes/quote/{id} | Path does not match |
| 23 | quote_details_new_structure | /{_locale}/quotes/quote/price/{id}/new | Path does not match |
| 24 | quote_details_structure | /{_locale}/quotes/quote/price/{id}/{price_id} | Path does not match |
| 25 | quote_price_hypothese_new | /{_locale}/quotes/quote/price/{id}/{price_id}/{hypothese} | Path does not match |
| 26 | quote_price_hypothese_details | /{_locale}/quotes/quote/price/{id}/{price_id}/{hypothese_id} | Path does not match |
| 27 | quote_details_calculation | /{_locale}/quotes/quote/{id}/calculation | Path does not match |
| 28 | quote_price_new_calculation | /{_locale}/quotes/quote/price/{id}/new/calculation | Path does not match |
| 29 | quote_price_calculation | /{_locale}/quotes/quote/price/{id}/{price_id}/calculation | Path does not match |
| 30 | quote_price_hypothese_new_call | /{_locale}/quotes/quote/price/{id}/{price_id}/{hypothese}/{call} | Path does not match |
| 31 | quote_price_hypothese_details_call | /{_locale}/quotes/quote/price/{id}/{price_id}/{hypothese_id}/{call} | Path does not match |
| 32 | old_quote_details_synthesis | /{_locale}/quotes/quote/price/{id}/synthesis | Path does not match |
| 33 | old_quote_details_purlin_synthesis | /{_locale}/quotes/quote/price/{id}/{purlin_id}/synthesis | Path does not match |
| 34 | quote_details_synthesis | /{_locale}/quotes/quote/{id}/synthesis | Path does not match |
| 35 | quote_details_purlin_synthesis | /{_locale}/quotes/quote/{id}/{purlin_id_selected}/synthesis | Path does not match |
| 36 | quote_delete_quoteitems | /{_locale}/quotes/quote/{id}/delete-quote-items/{quoteitems_id} | Path does not match |
| 37 | quote_details_duplicate | /{_locale}/quotes/quote/{id}/duplicate | Path does not match |
| 38 | quote_details_copy | /{_locale}/quotes/quote/{id}/copy/{destination} | Path does not match |
| 39 | quote_list | /{_locale}/quotes/quote/list/{id} | Path does not match |
| 40 | quote_product_list | /{_locale}/quotes/product/list | Path does not match |
| 41 | app_register | /{_locale}/register | Path does not match |
| 42 | app_forgot_password_request | /{_locale}/reset-password | Path does not match |
| 43 | app_check_email | /{_locale}/reset-password/check-email | Path does not match |
| 44 | app_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
| 45 | app_user | /{_locale}/user | Path does not match |
| 46 | app_user_edit | /{_locale}/user/edit | Path does not match |
| 47 | app_user_password | /{_locale}/user/password | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.