Routing
app_admin_subdomain_dashboard
Matched route
Route Parameters
| Name | Value |
|---|---|
| domain | "computechapps.com" |
Route Redirection
This page redirects to:
/admin/dashboard
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_dashboard | /admin | Path does not match |
| 19 | app_admin_subdomain_dashboard | / | Path almost matches, but Host "appsconflow.com" does not match the requirement ("admin.{domain}") |
| 20 | app_dashboard_full | /admin/dashboard | Path does not match |
| 21 | app_admin_plan_index | /admin/plan | Path does not match |
| 22 | app_admin_plan_new | /admin/plan/new | Path does not match |
| 23 | app_admin_plan_show | /admin/plan/{id} | Path does not match |
| 24 | app_admin_plan_edit | /admin/plan/{id}/edit | Path does not match |
| 25 | app_admin_plan_delete | /admin/plan/{id} | Path does not match |
| 26 | app_admin_subscription_index | /admin/subscription | Path does not match |
| 27 | app_admin_subscription_new | /admin/subscription/new | Path does not match |
| 28 | app_admin_subscription_show | /admin/subscription/{id} | Path does not match |
| 29 | app_admin_subscription_edit | /admin/subscription/{id}/edit | Path does not match |
| 30 | app_admin_subscription_delete | /admin/subscription/{id} | Path does not match |
| 31 | app_admin_subscription_request_index | /admin/subscription_request | Path does not match |
| 32 | app_admin_subscription_request_new | /admin/subscription_request/new | Path does not match |
| 33 | app_admin_subscription_request_show | /admin/subscription_request/{id} | Path does not match |
| 34 | app_admin_subscription_request_edit | /admin/subscription_request/{id}/edit | Path does not match |
| 35 | app_admin_subscription_request_delete | /admin/subscription_request/{id} | Path does not match |
| 36 | app_admin_tag_category_index | /admin/tag_category | Path does not match |
| 37 | app_admin_tag_category_new | /admin/tag_category/new | Path does not match |
| 38 | app_admin_tag_category_show | /admin/tag_category/{id} | Path does not match |
| 39 | app_admin_tag_category_edit | /admin/tag_category/{id}/edit | Path does not match |
| 40 | app_admin_tag_category_delete | /admin/tag_category/{id} | Path does not match |
| 41 | app_admin_tag_index | /admin/tag | Path does not match |
| 42 | app_admin_tag_new | /admin/tag/new | Path does not match |
| 43 | app_admin_tag_show | /admin/tag/{id} | Path does not match |
| 44 | app_admin_tag_edit | /admin/tag/{id}/edit | Path does not match |
| 45 | app_admin_tag_delete | /admin/tag/{id} | Path does not match |
| 46 | app_admin_tenant_index | /admin/tenant | Path does not match |
| 47 | app_admin_tenant_new | /admin/tenant/new | Path does not match |
| 48 | app_admin_tenant_show | /admin/tenant/{id} | Path does not match |
| 49 | app_admin_tenant_products | /admin/tenant/{id}/products | Path does not match |
| 50 | app_admin_tenant_edit | /admin/tenant/{id}/edit | Path does not match |
| 51 | app_admin_tenant_delete | /admin/tenant/{id} | Path does not match |
| 52 | app_admin_tenant_product_category_index | /admin/tenant_product_category | Path does not match |
| 53 | app_admin_tenant_product_category_new | /admin/tenant_product_category/new | Path does not match |
| 54 | app_admin_tenant_product_category_show | /admin/tenant_product_category/{id} | Path does not match |
| 55 | app_admin_tenant_product_category_edit | /admin/tenant_product_category/{id}/edit | Path does not match |
| 56 | app_admin_tenant_product_category_delete | /admin/tenant_product_category/{id} | Path does not match |
| 57 | app_admin_tenant_product_index | /admin/tenant_product | Path does not match |
| 58 | app_admin_tenant_product_new | /admin/tenant_product/new | Path does not match |
| 59 | app_admin_tenant_product_show | /admin/tenant_product/{id} | Path does not match |
| 60 | app_admin_tenant_product_edit | /admin/tenant_product/{id}/edit | Path does not match |
| 61 | app_admin_tenant_product_delete | /admin/tenant_product/{id} | Path does not match |
| 62 | app_tenant_dashboard | /tenant/dashboard | Path does not match |
| 63 | app_tenant_subdomain_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.