Hi guys here is my route YAML:
product:
  url: /product_:brand_:name
  param: { module: products, action: view }
  requirements: { brand: \d+, name: ([a-z0-9-])+ }

However I get this error when I try to access the page:
Unable to parse "/product_:brand_:name" route near ":name".

When my url is like:
http://64.13.224.188/frontend_dev.php/product_1_test

Does anyone know why?

Thanks,
Darren

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to