[FLOW3-general] Loop in Routing Parts
Johannes Steu
typo at motiv-sport.de
Mon Apr 9 12:04:44 CEST 2012
Hello,
i'm trying to set up my routes.yaml.
In my Application i got Categories. Categories can obtain Sub-Categories.
i'd like to have my route like this:
http://... .de/cat1/cat2/cat3/ ... depending on the amount of subcategories. So i'd like to have the complete category-route in the url.
Right now i only got the last and the parent category in my url. Is it possible to build something like a loop in the routes.yaml to
get the whole route?
If it is not possible i tired to set the part on my own. I got a attribute "alias" in my category. It's a string: parentCategory-alias + the new alias.
So in cat3 for example would alias something like "cat1/cat2/cat3". This is working but flow3 removes the / in the url.
Is it possible to keep the slash?
Thanks!
More information about the FLOW3-general
mailing list