http://82.65.225.53/coupdcoeurimmo/public/home/about

Routing

app_about Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /home/about
# Route name Path Log
1 app_admin /admin Path does not match
2 app_appointment_index /appointment/ Path does not match
3 app_appointment_new /appointment/new Path does not match
4 app_appointment_show /appointment/{id} Path does not match
5 app_appointment_edit /appointment/{id}/edit Path does not match
6 app_appointment_delete /appointment/{id} Path does not match
7 app_category_admin /category/ Path does not match
8 app_category_index /category/ Path does not match
9 app_category_new /category/new Path does not match
10 app_category_show /category/{name} Path does not match
11 app_category_edit /category/{id}/edit Path does not match
12 app_category_delete /category/{id} Path does not match
13 app_contact_index /contact/index Path does not match
14 app_contact_new /contact/ Path does not match
15 app_contact_show /contact/{id} Path does not match
16 app_contact_edit /contact/{id}/edit Path does not match
17 app_contact_delete /contact/{id} Path does not match
18 app_favoris /favori/favoris Path does not match
19 app_favori_update /favori/app_favori_update Path does not match
20 app_about /home/about Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.