Hi. Sure. The rules reside in the ~/config/umbracoSettings.config file. Search it for a <urlReplacing> element. You will need to recycle your application after changes to pick new settings up and republish the site to regenerate urlName-s of the nodes (perhaps you will need firstly to unpublish the root node and then publish it again - I'm not sure that "republish entire site" will work in this case).
Can I change how NiceUrl rewrites certain special letters?
NiceUrl translates "ΓΈ" to "oe". I would prefer it to be "o" instead of "oe".
Is there a way to change the NiceUrl rules?
Hi. Sure. The rules reside in the ~/config/umbracoSettings.config file. Search it for a <urlReplacing> element. You will need to recycle your application after changes to pick new settings up and republish the site to regenerate urlName-s of the nodes (perhaps you will need firstly to unpublish the root node and then publish it again - I'm not sure that "republish entire site" will work in this case).
Thanks!
is working on a reply...