Routing
app_about_us
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/nos-informations
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_blog_index | /admin/blog/ | Path does not match |
| 2 | app_admin_blog_new | /admin/blog/new | Path does not match |
| 3 | app_admin_blog_edit | /admin/blog/edit/{id} | Path does not match |
| 4 | app_admin_blog_delete | /admin/blog/delete/{id} | Path does not match |
| 5 | app_admin_blog_details | /admin/blog/details/{id} | Path does not match |
| 6 | app_admin_categorie_blog_index | /admin/categorie-blog/ | Path does not match |
| 7 | app_admin_categorie_blog_new | /admin/categorie-blog/new | Path does not match |
| 8 | app_admin_categorie_blog_edit | /admin/categorie-blog/edit/{id} | Path does not match |
| 9 | app_admin_categorie_blog_delete | /admin/categorie-blog/delete/{id} | Path does not match |
| 10 | app_admin_index | /admin | Path does not match |
| 11 | app_admin_message_client_index | /admin/messages/ | Path does not match |
| 12 | app_admin_message_client_details | /admin/messages/details/{id} | Path does not match |
| 13 | app_admin_tag_blog_index | /admin/tag-blog/ | Path does not match |
| 14 | app_admin_tag_blog_new | /admin/tag-blog/new | Path does not match |
| 15 | app_admin_tag_blog_edit | /admin/tag-blog/edit/{id} | Path does not match |
| 16 | app_admin_tag_blog_delete | /admin/tag-blog/delete/{id} | Path does not match |
| 17 | app_auth_logout | /auth/deconnexion | Path does not match |
| 18 | app_auth_login | /auth/connexion | Path does not match |
| 19 | app_auth_signup | /auth/inscription | Path does not match |
| 20 | app_blog_index | /blog/ | Path does not match |
| 21 | app_blog_details | /blog/{slugCat}/{slugTitle}/{id} | Path does not match |
| 22 | app_our_catalogues_payment | /package/{id}/payment | Path does not match |
| 23 | app_thank_you | /remerciement | Path does not match |
| 24 | client_api_check_code_promo | /api/check-code-promo | Path does not match |
| 25 | client_newsletter_index | /newsletter/index | Path does not match |
| 26 | client_newsletter_enable | /api/newsletter/enable | Path does not match |
| 27 | client_newsletter_disable | /api/newsletter/disable | Path does not match |
| 28 | app_home | / | Path does not match |
| 29 | app_our_services_webmarketing | /nos-services/webmarketing | Path does not match |
| 30 | app_our_services_developpement_web | /nos-services/developpement-web | Path does not match |
| 31 | app_our_services_graphic_design | /nos-services/graphic-design | Path does not match |
| 32 | app_our_services_webdesign | /nos-services/webdesign | Path does not match |
| 33 | app_our_services_referencement | /nos-services/referencement | Path does not match |
| 34 | app_our_services_reseaux_sociaux | /nos-services/reseaux-sociaux | Path does not match |
| 35 | app_our_services | /nos-services | Path does not match |
| 36 | app_our_catalogues | /nos-catalogues | Path does not match |
| 37 | app_about_us | /nos-informations | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.