Article url fails when the url contains the word 'link'
Have anyone experienced the same issue? Is there any solution to this besides avvoiding 'link' in the article name/url?
Example is an article with name "Try LinkedIn". Testing on localhost, the url to this article becomes http://localhost:85/news/2013/08/try-linkedin which for me seem correct. But when navigating to this url, I get a 404 error saying that No umbraco document matches the url 'http://localhost:85/edin
So somewhere everything between :85/ and 'edin' is removed.
Any ideas on this?
I run umbraco v 4.7.1 (Assembly version: 1.0.4281.20201)
Article url fails when the url contains the word 'link'
Have anyone experienced the same issue? Is there any solution to this besides avvoiding 'link' in the article name/url? Example is an article with name "Try LinkedIn". Testing on localhost, the url to this article becomes http://localhost:85/news/2013/08/try-linkedin which for me seem correct. But when navigating to this url, I get a 404 error saying that No umbraco document matches the url 'http://localhost:85/edin So somewhere everything between :85/ and 'edin' is removed. Any ideas on this? I run umbraco v 4.7.1 (Assembly version: 1.0.4281.20201)
Hmm I've never seen this before. It also seems not only 'link' is gone, but also 'try-'. Perhaps the url alias is changed?
Jeroen
Never mind! :D
It turned out to be an issue with a regexp and a url rewriter module
is working on a reply...