Hello everyone, I am asking for your support on this issue.
I have tried to set up a rule on my website which checks that there are capital letters in the url so that I can perform a redirect with the url in lower case.
On the website side there is no problem, but with the Umbraco BackOffice I have experienced some malfunctions, for example the Homepage page is no longer displayed when I try to access the BackOffice.
I think the reason is that Umbraco's BackOffice makes calls with addresses containing capital letters. I have tried excluding urls containing Umbraco, are there any other checks I can do to exclude all calls made from the BackOffice?
Hi, thanks for the input, but it was not enough to solve.
In order to get it working I had to go and remove all the calls that went to DependencyHandler.axd which, as I understand from googling, is used to manage dependencies for the JS and CSS resources in the BackOffice.
Umbraco 8 - Redirect upper case Url
Hello everyone, I am asking for your support on this issue. I have tried to set up a rule on my website which checks that there are capital letters in the url so that I can perform a redirect with the url in lower case.
On the website side there is no problem, but with the Umbraco BackOffice I have experienced some malfunctions, for example the Homepage page is no longer displayed when I try to access the BackOffice.
I think the reason is that Umbraco's BackOffice makes calls with addresses containing capital letters. I have tried excluding urls containing Umbraco, are there any other checks I can do to exclude all calls made from the BackOffice?
Thank you all very much for your availability.
What is your requirement for doing this?
The back office will be making calls to App_Plugins folder
Hi, thanks for the input, but it was not enough to solve. In order to get it working I had to go and remove all the calls that went to DependencyHandler.axd which, as I understand from googling, is used to manage dependencies for the JS and CSS resources in the BackOffice.
is working on a reply...