Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have hundreds of pages that have accents in their names,Is there a way to remove accents from URL generated per page ?
Thanks,
Hey,
Welcome to the forum!
Yes, you can adjust it in your /config/umbracoSettings.config file.
Adjust as examples below
Rich
<urlReplacingremoveDoubleDashes="true">
<char org=" ">-</char>
<char org="""></char>
<char org="%"></char>
<char org="."></char>
<char org=";"></char>
<char org="/"></char>
<char org=":"></char>
<char org="#"></char>
<char org="+">plus</char>
<char org="*">star</char>
<char org="&"></char>
<char org="?"></char>
<char org="æ">ae</char>
<char org="ø">oe</char>
<char org="å">aa</char>
<char org="ä">ae</char>
<char org="ö">oe</char>
<char org="ü">ue</char>
<char org="ß">ss</char>
<char org="Ä">ae</char>
<char org="Ö">oe</char>
</urlReplacing>
thank you !,
that's exactly what I was looking for
No problem :)
Please remember to mark the answer as a solved as it might help someone else who is looking for the same answer.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Accents in URL
Hi,
I have hundreds of pages that have accents in their names,
Is there a way to remove accents from URL generated per page ?
Thanks,
Hey,
Welcome to the forum!
Yes, you can adjust it in your /config/umbracoSettings.config file.
Adjust as examples below
Rich
<urlReplacingremoveDoubleDashes="true">
<char org=" ">-</char>
<char org="""></char>
<char org="%"></char>
<char org="."></char>
<char org=";"></char>
<char org="/"></char>
<char org=":"></char>
<char org="#"></char>
<char org="+">plus</char>
<char org="*">star</char>
<char org="&"></char>
<char org="?"></char>
<char org="æ">ae</char>
<char org="ø">oe</char>
<char org="å">aa</char>
<char org="ä">ae</char>
<char org="ö">oe</char>
<char org="ü">ue</char>
<char org="ß">ss</char>
<char org="Ä">ae</char>
<char org="Ö">oe</char>
</urlReplacing>
thank you !,
that's exactly what I was looking for
No problem :)
Please remember to mark the answer as a solved as it might help someone else who is looking for the same answer.
Rich
is working on a reply...