Problem with regex to my url route
Posted: Mon Nov 09, 2009 2:45 pm
Hi, i problem with regex to my url route.. I have URL
,,var?" may by one or X...
var11/var12/var13/b/var21/var22/var23/t/var31/var32/var33
but url can by only
var11/var12/var13/b/var21/var22/var23/
or
var11/var12/var13/
For example.. this is URL to eshop.. For viewing products in category's and in the url is brands filter and tag filter.. I can't change the char representing filter key..
I am function solution.. Writed route for every option format of url.. Can you help me find better solution please?
,,var?" may by one or X...
var11/var12/var13/b/var21/var22/var23/t/var31/var32/var33
but url can by only
var11/var12/var13/b/var21/var22/var23/
or
var11/var12/var13/
For example.. this is URL to eshop.. For viewing products in category's and in the url is brands filter and tag filter.. I can't change the char representing filter key..
I am function solution.. Writed route for every option format of url.. Can you help me find better solution please?