Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | about | /a-propos-de-nous | Path does not match |
| 17 | account_address | /mon-compte/gerer-mon-adresse | Path does not match |
| 18 | account_address_add | /mon-compte/ajouter-une-adresse | Path does not match |
| 19 | account_address_edit | /mon-compte/modifier-mon-adresse/{id} | Path does not match |
| 20 | account_address_delete | /mon-compte/supprimer-mon-adresse/{id} | Path does not match |
| 21 | account | /mon-compte | Path does not match |
| 22 | account_info | /mon-compte/mes-informations | Path does not match |
| 23 | app_notification_list | /mon-compte/notifications/ | Path does not match |
| 24 | app_notification_toggle | /mon-compte/notifications/toggle/{id} | Path does not match |
| 25 | app_notification_delete | /mon-compte/notifications/delete/{id} | Path does not match |
| 26 | app_notification_mark_all_read | /mon-compte/notifications/mark-all-read | Path does not match |
| 27 | app_notification_delete_read | /mon-compte/notifications/delete-read | Path does not match |
| 28 | account_order | /mon-compte/mes-commandes | Path does not match |
| 29 | account_order_show | /mon-compte/ma-commande/{reference} | Path does not match |
| 30 | account_returns | /mon-compte/retours | Path does not match |
| 31 | account_return_show | /mon-compte/retour/{id} | Path does not match |
| 32 | account_security | /mon-compte/securite-de-mon-compte | Path does not match |
| 33 | account_delete | /mon-compte/supprimer-mon-compte | Path does not match |
| 34 | account_support | /mon-compte/support | Path does not match |
| 35 | account_ticket | /mon-compte/tickets | Path does not match |
| 36 | account_ticket_show | /mon-compte/{reference} | Path does not match |
| 37 | admin | /admin | Path does not match |
| 38 | blog_category | /actualite/category/{id}-{slug} | Path does not match |
| 39 | blogs | /actualites | Path does not match |
| 40 | blog | /actualite/{slug} | Path does not match |
| 41 | cart | /mon-panier | Path does not match |
| 42 | add_to_cart | /add/cart/{id} | Path does not match |
| 43 | remove_my_cart | /cart/remove | Path does not match |
| 44 | delete_to_cart | /cart/delete/{id} | Path does not match |
| 45 | decrease_to_cart | /cart/decrease/{id} | Path does not match |
| 46 | product_category | /category/{id} | Path does not match |
| 47 | comment_like | /commenter/{id}/j-aime | Path does not match |
| 48 | comment_adore | /commenter/{id}/j-adore | Path does not match |
| 49 | comment_dislike | /commenter/{id}/je-n-aime-pas | Path does not match |
| 50 | comment_delete | /commenter/{id}/supprimer | Path does not match |
| 51 | contact | /nous-contacter | Path does not match |
| 52 | faqs | /foire-aux-questions | Path does not match |
| 53 | general_conditions_of_sales | /conditions-general-de-vente | Path does not match |
| 54 | 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.