Iam having an issue with certain characters in some of my urls. The lanaguage is lithuanian.
One of the urls is mysite/įgūdžiai-pažengusiems.aspx , when goto this url i get the error 'The system cannot find the file specified. ' and not my 404 page.
As soon as i remove the character ž from the published url then the page is displayed.
It seems only to be Š and Ž chars that are causing the problem.
I had seen that solution before ,but the problem only seemed to happen in the production environment. The dev site was fine with the urls.
It ended up been a ISA server issue where ISA was blocking high end bit chars. Also the production IIS server had a urlscan tool installed which also blocked high end bit chars. One to watch out for if you are developing multi-language sites.
Special Characters in Url Problem
Hello,
Iam having an issue with certain characters in some of my urls. The lanaguage is lithuanian.
One of the urls is mysite/įgūdžiai-pažengusiems.aspx , when goto this url i get the error 'The system cannot find the file specified. ' and not my 404 page.
As soon as i remove the character ž from the published url then the page is displayed.
It seems only to be Š and Ž chars that are causing the problem.
Any help would be appreciated.
Hi,
This issue was raised here http://our.umbraco.org/forum/using/ui-questions/3356-Rewriting-characters-in-URL
the solution there should also work for you.
Chris
Thanks for reply chris
I had seen that solution before ,but the problem only seemed to happen in the production environment. The dev site was fine with the urls.
It ended up been a ISA server issue where ISA was blocking high end bit chars. Also the production IIS server had a urlscan tool installed which also blocked high end bit chars. One to watch out for if you are developing multi-language sites.
Cheers
is working on a reply...