I have a menu and when i click a menu item i am redirected to the items content.
So i am in the domain.com/menuitem page. In the current page i have some categories and when i click on a category i get redirected to its content.
So i am in the domain.com/menuitem/category page. When i am on that page i dont want the menu item name to be shown. I want domain.com/category
How could i achieve that by NOT using any external sef component?