Routing
app_forum_forum_topic_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| countryMin | "uae" |
| slug | "buy-or-rent-a-car" |
Route Matching Logs
Path to match:
/forum/uae/buy-or-rent-a-car
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | admin_compte_avoir | /admin/compte-avoir | Path does not match |
| 13 | admin_compte_society_validate | /admin/compte-avoir/valide/{id} | Path does not match |
| 14 | admin_compte_delete | /admin/compte/delete/{id} | Path does not match |
| 15 | admin_compte_admin | /admin/compte/admin | Path does not match |
| 16 | admin_compte_society | /admin/compte/society/{id} | Path does not match |
| 17 | admin_give_package | /admin/package/society/{id} | Path does not match |
| 18 | admin_give_test_package | /admin/package/society/test/{id} | Path does not match |
| 19 | admin_compte_freelance | /admin/compte/freelance/{id} | Path does not match |
| 20 | admin_compte_freelance_send_all_confirmation | /admin/compte/send/confirmation/all | Path does not match |
| 21 | admin_compte_freelance_send_one_confirmation | /admin/compte/send/confirmation/one/{id} | Path does not match |
| 22 | admin_compte_society_edit | /admin/compte/society/{id}/edit | Path does not match |
| 23 | admin_dashboard | /admin/ | Path does not match |
| 24 | admin_reports | /admin/reports | Path does not match |
| 25 | admin_add_package | /admin/ajout-offre | Path does not match |
| 26 | admin_edit_package | /admin/modifier-offre/{id} | Path does not match |
| 27 | admin_package_list | /admin/listes-offre | Path does not match |
| 28 | register_freelance | /register-jobseeker | Path does not match |
| 29 | register_society | /register-employer | Path does not match |
| 30 | resend_verification | /verify/resend | Path does not match |
| 31 | verify_email | /verify/email | Path does not match |
| 32 | login | /login | Path does not match |
| 33 | logout | /logout | Path does not match |
| 34 | register_freelance_mobile | /register-jobseeker/mobile | Path does not match |
| 35 | app_c_v_scan | /cv/profile/scan | Path does not match |
| 36 | my_candidature | /dashboard/applications/applied-jobs | Path does not match |
| 37 | offer_candidatures | /dashboard/applications/4547{id}785785 | Path does not match |
| 38 | candidature_delete | /dashboard/applications/4524{id}45455 | Path does not match |
| 39 | app_compte_recrutement | /account/recruiter | Path does not match |
| 40 | app_compte_recrutement_new | /account/recruiter/new | Path does not match |
| 41 | app_compte_recrutement_edit | /account/recruiter/4564{id}54645 | Path does not match |
| 42 | app_compte_recrutement_active | /account/recruiter/54645{id}456456/active | Path does not match |
| 43 | app_compte_recrutement_unnactive | /account/recruiter/unnactive/54645{id}456456 | Path does not match |
| 44 | app_compte_recrutement_delete_account | /account/recruiter/d/delete/564645{id}8456456 | Path does not match |
| 45 | dashboard | /dashboard/ | Path does not match |
| 46 | edit_profil_entreprise | /dashboard/profil-entreprise | Path does not match |
| 47 | app_exception | /404-not-found | Path does not match |
| 48 | forum_admin_post_not_active | /admin/forum/post-not-active | Path does not match |
| 49 | forum_admin_post_not_active_confirm | /admin/forum/post-not-active/confirm/{id} | Path does not match |
| 50 | forum_admin_post_not_active_delete | /admin/forum/post-not-active/delete/d/{id} | Path does not match |
| 51 | forum_admin_report_index | /admin/forum/repost/forum | Path does not match |
| 52 | forum_admin_report_delete | /admin/forum/report/delete/r/{id} | Path does not match |
| 53 | forum_admin_comment_delete | /admin/forum/c/commentaire/delete/{id} | Path does not match |
| 54 | forum_admin_commentReply_delete | /admin/forum/c/commentaire/reply/delete/{id} | Path does not match |
| 55 | forum_public_country | /forum/{country} | Path does not match |
| 56 | app_forum_recent | /forum/{countryMin}/topic/recent | Path does not match |
| 57 | app_forum_forum_post_new | /forum/{countryMin}/new/{slug} | Path does not match |
| 58 | app_forum_forum_post_show | /forum/{country}/{topicslug}/{slug} | Path does not match |
| 59 | app_forum_forum_comment_reply | /forum/comment/reply{id} | Path does not match |
| 60 | app_forum_forum_post_edit | /forum/{country}/post/edit/{id} | Path does not match |
| 61 | app_forum_forum_post_favorite_index | /forum/post/favorite | Path does not match |
| 62 | app_forum_forum_post_favorite_add | /forum/post/favorite/add/{id} | Path does not match |
| 63 | app_forum_post_report | /forum/f/re/report/submit | Path does not match |
| 64 | app_forum_forum_post_subscribe | /forum/post/subscribe | Path does not match |
| 65 | app_forum_forum_post_search | /forum/{countryMin}/search/ | Path does not match |
| 66 | app_forum_forum_post_closed | /forum/closed/45654654{id}546543 | Path does not match |
| 67 | app_forum_forum_topic_show | /forum/{countryMin}/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.