On Thu, 18 Mar 2010, DarrenMr wrote:
> 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 "/produc
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 li