Hi there,
I have a small menu system on my website, basically i have main categories and subcategories for each of those main categories. So my life was pretty easy until today.
Now I need to create multiple level menus and there shouldn't be maximum limit for the menu.
I solved the PHP part of this and basically what i do is; for each level I generate a parameter called $cat{$i} and my dynamic URL looks like this
www.com/?cat1=Europe&cat2=Germany&cat3=Berlin&cat4=Kreuzberg
How can i create a mod_rewrite for this condition so even if I add 50 nested folder I get to convert my url to www.com/Europe/Germany/Berlin/Kreuzberg/SchwulesMuseum/
thanks in advance,
S