cancel
Showing results for 
Search instead for 
Did you mean: 

Rewrite Custom Parameter URL

Rewrite Custom Parameter URL

Hi,

I want to make the URL as SEO friendly. The following URL (#1) is working fine but I want to make the url like (#2) also when I enter this url it's going to 404 page

#1 - https://www.website.com/brands/?name=apple

#2 - https://www.website.com/brands/apple

 

Please let me know that how can I do this.

 

Thanks

1 REPLY 1

Re: Rewrite Custom Parameter URL

You can create custom redirect using following functionality:

http://docs.magento.com/m1/ee/user_guide/search_seo/seo-url-redirect-custom.html

 

If you don't want to make redirection: in that case you'll have to implement custom router, which is not something you can do by changing configuration. You'll have to implement it, and here is proof of concept how it can be done:

https://magento.stackexchange.com/questions/107914/magento-custom-router

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue