Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bernardo 4 posts 56 karma points
    Apr 18, 2013 @ 17:59
    Bernardo
    0

    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,

  • Rich Green 2246 posts 4006 karma points
    Apr 18, 2013 @ 18:09
    Rich Green
    2

    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="&quot;"></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="&amp;"></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>

  • Bernardo 4 posts 56 karma points
    Apr 18, 2013 @ 18:26
    Bernardo
    0

    thank you !,

    that's exactly what I was looking for

  • Rich Green 2246 posts 4006 karma points
    Apr 18, 2013 @ 18:32
    Rich Green
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies