Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Improving url rewriting

  1. #1
    avatel is offline Junior Member
    Join Date
    May 2006
    Location
    France
    Posts
    11

    Default Improving url rewriting

    Hi,

    At the time being, url rewriting discard accentued characters from the url. Working in a language that uses a lot of accentued character (french), I would prefer to have them replaced by their equivalent unaccentued character.
    ie : 'crème réparatrice' would be rewritten in 'creme-reparatrice' instead of 'crme-rparatrice'.

    Does somebody knows if it's possible ?

    Thanks in advance. Best regards,
    Arno

  2. #2
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    My suggestion would be to find where the URL is being rewritten, do a generic replace around the string removing those characters for regular equivelents, and then pass it through. Unless I'm misunderstanding the question, it's really an easy solution.

  3. #3
    avatel is offline Junior Member
    Join Date
    May 2006
    Location
    France
    Posts
    11

    Default

    Hi,

    I'm not sure we're talking about the same thing.
    I was talking about the way ADNSF renames products or category pages.
    For example, a product #16 called 'Crème mains réparatrice' would become 'p-16-crme-mains-rparatrice.aspx'.

    From what I saw in code, we cannot manage the way ADNSF creates the SEName except by modifying the function in the source code.

    It would be nice to be able in the future to indicate in AppConfig a range of characters to be replaced by another. Is this something doable ?

    Best regards,
    Arno

  4. #4
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    It's most definitely worth looking into. I'll forward this thread to the Dev team to look at.

  5. #5
    trestian is offline Junior Member
    Join Date
    Jun 2009
    Posts
    8

    Default

    i need this one also..did ay one got a solution for this one?