We are having an issue where some pages on our site have got multiple extra slashes at the end of the url.
We are simply using the umbraco helper to get the typed content then the children of the homepage node to create our navigation, when debugging the extra slashes are appearing directly after we having referenced the typedcontent children.
When you look at the nodes in umbraco the urls are fine and do not have the extra slashes.
Extra slashes forward into some urls
We are having an issue where some pages on our site have got multiple extra slashes at the end of the url.
We are simply using the umbraco helper to get the typed content then the children of the homepage node to create our navigation, when debugging the extra slashes are appearing directly after we having referenced the typedcontent children.
When you look at the nodes in umbraco the urls are fine and do not have the extra slashes.
Does anyone have any ideas?
Hi Bruce
Welcome to our forum!
You can disable adding trailing slash in UmbracoSettings.config
Can you show how are you rendering urls?
Thanks,
Alex
is working on a reply...