I am using Magento 1.8 and I want sub-categories url's without parent/root category into it or want every url to be on root without putting redirects.
For e.g
Appreal -> Women
- Tops
- Bottoms
Appreal -> Men
- Formals
- Casuals
Now I want url's to be : Women
mysite.com/womens.html instead of mysite.com/appreals/womens.html
Tops
mysite.com/tops.html instead of mysite.com/appreals/womens/tops.html
Formals
mysite.com/formals.html instead of mysite.com/appreals/mens/formals.html
Is there any setting in default Magento 1.8 to achieve this ?