Routing
base_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_dashboard | /admin/dashboard | Path does not match |
| 2 | app_shop_admin_plan_feature_index | /website-owner/admin/plan/features/ | Path does not match |
| 3 | app_shop_admin_plan_feature_new | /website-owner/admin/plan/features/new | Path does not match |
| 4 | app_shop_admin_plan_feature_edit | /website-owner/admin/plan/features/edit/{id} | Path does not match |
| 5 | app_shop_admin_plan_feature_delete | /website-owner/admin/plan/features/delete/{id} | Path does not match |
| 6 | app_shop_admin_plan_plan_index | /website-owner/admin/plan/plan/ | Path does not match |
| 7 | app_shop_admin_plan_plan_new | /website-owner/admin/plan/plan/new | Path does not match |
| 8 | app_shop_admin_plan_plan_edit | /website-owner/admin/plan/plan/edit/{id} | Path does not match |
| 9 | app_shop_admin_plan_plan_delete | /website-owner/admin/plan/plan/delete/{id} | Path does not match |
| 10 | app_auth_change_password | /auth/change/password | Path does not match |
| 11 | app_base_site_auth_profile | /panel/profile | Path does not match |
| 12 | base_site_enter_phone | /website-owner/enter-phone | Path does not match |
| 13 | base_site_otp_verify | /website-owner/verify-otp | Path does not match |
| 14 | base_site_resend_otp_verify | /website-owner/resend-verify-otp | Path does not match |
| 15 | app_register | /register | Path does not match |
| 16 | app_verify_email | /verify/email | Path does not match |
| 17 | shop_owner_login | /website-owner/login | Path does not match |
| 18 | app_user_handler | /website-owner/user-handler | Path does not match |
| 19 | shop_owner_forgot_password_sms | /website-owner/forgot-password/sms | Path does not match |
| 20 | shop_owner_verify_sms_code | /website-owner/forgot-password/sms/verify | Path does not match |
| 21 | shop_owner_reset_password_form | /website-owner/forgot-password/sms/reset | Path does not match |
| 22 | shop_owner_user_accounting_transaction_payping_callback | /payping/callback | Path does not match |
| 23 | app_base_site_cronjobs_domain_activation | /base-site/cronjobs/domain/activation | Path does not match |
| 24 | app_base_site_cronjobs_domain_traffics | /base-site/cronjobs/domain/traffics | Path does not match |
| 25 | app_base_site_cronjobs_messages_web_builder | /base-site/cronjobs/messages/web-builder | Path does not match |
| 26 | app_base_site_cronjobs_shop_watcher_activity | /base-site/cronjobs/website-watcher/activity | Path does not match |
| 27 | app_base_site_site_blog_index | /articles | Path does not match |
| 28 | base_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.