cancel
Showing results for 
Search instead for 
Did you mean: 

URL rewrites/alias for words with specials characters not works correctly

URL rewrites/alias for words with specials characters not works correctly

Hi. At magento 1 for example, if my category name is "Armação", the url automatically generated for this category is "armacao". The magento 1 automatically did it for special characters.

In magento 2 I dont know how to use it. There is a configuration to do it or magento 2 not support it?
Magento 2 example:
Category: Armação
Link after save: arma-o
printscreen: https://prnt.sc/tuqojk

I think the problem is with some characters like "Ç"

 

 

Please, help-me to solve it!

3 REPLIES 3

Re: URL rewrites/alias for words with specials characters not works correctly

Hello @DaveShot 

 

Check this solution, you can add your own translation for special character :

https://magento.stackexchange.com/questions/241079/change-url-rewrite-special-character-%C3%B1-from-...

in Magento 2, file would be vendor/magento/module-catalog/Helper/Product/Url.php

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: URL rewrites/alias for words with specials characters not works correctly

There is no file URL file inside that folder in Magento 2.
There a module: module-catalog-url-rewrite

but I don't know how to apply a solution

Re: URL rewrites/alias for words with specials characters not works correctly

I created an issue at magento github.
I will really appreciate some help... thank you

https://github.com/magento/magento2/issues/29444