Routing
showPost
Matched route
Route Parameters
Name | Value |
---|---|
id | "313" |
Route Redirection
This page redirects to:
/blog/permis-probatoire-perte-points
(route: "n/a")
Route Matching Logs
Path to match:
/blogshow/313
# | Route name | Path | Log |
---|---|---|---|
1 | appointment | /appointment | Path does not match |
2 | get_new_app_form | /rdv4 | Path does not match |
3 | appointmentsByOldUrl | /trouvercentre/article/{id}-test-psychotechnique-permis-{town} | Path does not match |
4 | appointmentUrlBuilder | /appointment/builder/url/{id}/{town}/{format} | Path does not match |
5 | search_test_psychotechnique | /search-test-psychotechnique | Path does not match |
6 | reservation | /reservation/test-psychotechnique-{town}/{id} | Path does not match |
7 | appointmentsByTown | /appointmentsByTown | Path does not match |
8 | newNeuroPatient | /new-neuro-patient | Path does not match |
9 | center_town_app | /test-psychotechnique-du-permis-de-conduire-aac | Path does not match |
10 | center_town_price_page | /prix-test-psychotechnique | Path does not match |
11 | center_price_app | /ville-centre-test-psychotechnique | Path does not match |
12 | allTownPrice | /trouvercentre | Path does not match |
13 | blockAndPay | /blockAndPay | Path does not match |
14 | paymentCanceled | /page-d-annulation | Path does not match |
15 | paymentRefused | /page-de-refus | Path does not match |
16 | block_appointment | /blockAppointment | Path does not match |
17 | validate_field | /validateField | Path does not match |
18 | neuroCenterPage | /neuro-center-page | Path does not match |
19 | iqCenterPage | /iq-center-page | Path does not match |
20 | new_bilan_neuro_patient | /new-bilan-neuro-patient | Path does not match |
21 | newIqPatient | /new-iq-patient | Path does not match |
22 | one_phone_one_rdv_check | /onePhoneOneRdv | Path does not match |
23 | new_iq_center_patient | /new-iq-center-patient | Path does not match |
24 | blog_category_index | /admin/blog/category/ | Path does not match |
25 | blog_category_new | /admin/blog/category/createCategory | Path does not match |
26 | blog_category_show | /admin/blog/category/{id} | Path does not match |
27 | blog_category_edit | /admin/blog/category/{id}/edit | Path does not match |
28 | blog_category_delete | /admin/blog/category/{id}/delete | Path does not match |
29 | blog | /blog | Path does not match |
30 | show_by_category | /blogByCategory/{category}/{subCategory} | Path does not match |
31 | show_by_key_words | /showByKeyWords | Path does not match |
32 | createPost | /admin/blog/createPost | Path does not match |
33 | showPost | /blogshow/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.