Hi, i'm using J!1.6 RC
I need help removing slashes from my urls structure.
I currently have following menu (SEF enabled):
Code:
...
/food.html
/food/fruits.html
/food/fruits/apples.html
...
I need to keep the same menu structure (Home -> Food -> Fruits -> Apples) , but avoid slashes in the url path:
Code:
/food.html
/fruits.html
/apples.html
or at least this:
Code:
/food.html
/food-fruits.html
/food-fruits-apples.html
In other words, i need my article to look like first level page.
I know, i can create /apples.html page already, but Apples would be then the top level link in the menu as well (Home -> Apples), which is inappropriate (as i have about 1000 articles, and i want my top level menu still have 20-30 items only)
All my articles have unique aliases.
I'm new to J! and i find it a great publishing tool!
Thanks a lot for your hard work here!