Routing
front_articles_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug2 | "article" |
| slug3 | "www.rafsofstef.ovh" |
| slug4 | "" |
| slug5 | "" |
Route Matching Logs
Path to match:
/articles/article/www.rafsofstef.ovh
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | front_newsletter_subscription | /inscription-newsletters | Path does not match |
| 2 | front_newsletter_confirmation | /inscription-newsletters/confirmation/{code} | Path does not match |
| 3 | front_sponsor_click | /sponsor/clic/{id} | Path does not match |
| 4 | front_articles_index | /articles/{slug2}/{slug3}/{slug4}/{slug5} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.