0

Suppose i have the following URL:

For Categories (example : apparels category): http://example/apparels.html

For Categories (example : product under apparels category): http://example/apparels/songket-batik-merah.html

I'd like to know how can i rewrite the above URLS so that for category URL it can contains '/category/' and for product URL it can contains '/product/' so the end result would become something like this :

http://example/category/apparels.html

http://example/product/songket-batik-merah.html

I know one solution for this is by doing it manually for each Category / Product via Back Office > Catalog > URL Rewrite.

Is there a better way to do this ?

1 Answer 1

0

Magento gives you the ability to add the name of categories to path for product URL’s.

If you want to remove then follow below setting.

To do this, go to System => Configuration => Catalog => Catalog => Search Engine Optimization and set Use categories path for product URL’s to no.

and for category Select no from Use Parent Category Path for Category URLs

1
  • Thanks for the help, i am afraid i am unable to locate "Use Parent Category Path for Category URLs" on System > Configuration > Catalog > Catalog > Search Engine Optimization. Can you elaborate more on this ? Commented Sep 30, 2016 at 5:50

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.