Routing
static.faq
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/faq
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_supplier_index | /admin/suppliers/ | Path does not match |
| 2 | admin_supplier_new | /admin/suppliers/new | Path does not match |
| 3 | app_admin_product_file_download | /admin/products/files/{id}/download | Path does not match |
| 4 | app_shop_product_file_download | /shop/products/files/{id}/download | Path does not match |
| 5 | app_admin_product_file_delete | /admin/products/files/{id}/delete | Path does not match |
| 6 | ajax_search | /search | Path does not match |
| 7 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 8 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Path does not match |
| 9 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 10 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 11 | static.about_us | /about-us | Path does not match |
| 12 | static.tnc | /terms-and-conditions | Path does not match |
| 13 | static.privacy_policy | /privacy-policy | Path does not match |
| 14 | static.faq | /faq | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.