I'm having really weird problem with v7.4.3, both on localhost and on server, umbraco is randomly adding forward slashes (/) to URL, usually it stops at 2, but it can add more.
I'm displying quite a lot of links on a page, iterating through nodes and displaying link with node.Url.
If I publish a node in question it will be fixed for a short while.
On top of that, I've set <addTrailingSlash>false</addTrailingSlash>, which initially removed all end-slashes, but even then they appeared.
In my URL rewrite config I have only this (forcing www):
Umbraco keeps adding slashes to URL end
Hello guys,
I'm having really weird problem with v7.4.3, both on localhost and on server, umbraco is randomly adding forward slashes (/) to URL, usually it stops at 2, but it can add more.
I'm displying quite a lot of links on a page, iterating through nodes and displaying link with node.Url.
If I publish a node in question it will be fixed for a short while.
On top of that, I've set
<addTrailingSlash>false</addTrailingSlash>
, which initially removed all end-slashes, but even then they appeared.In my URL rewrite config I have only this (forcing www):
Anyone got an idea?
In your web.config make sure you have this setting set to false.
is working on a reply...