i have a very unusual issue with my backend after doing a domain redirect using "DE" (German) website.
Now when we try to access the backend the normal usual way my-domain.com/umbraco we get a white blank page without any errors and without the url redirecting to the login page.
Maybe the back office requests a page that starts with de - e.g.: default.aspx ? That would get rewritten by your rule...
Try to include the slash in the pattern to make sure only requests in the de site are rewritten.
Domain Redirect
Hi guys,
i have a very unusual issue with my backend after doing a domain redirect using "DE" (German) website.
Now when we try to access the backend the normal usual way my-domain.com/umbraco we get a white blank page without any errors and without the url redirecting to the login page.
This is what i have in my urlReWrite file
I even tried removing the "DE" to "DK" and surprisingly it works, but never with DE.
Any one ever experience this or have any suggestion ?
//fuji
Hi Fuji,
Maybe the back office requests a page that starts with de - e.g.: default.aspx ? That would get rewritten by your rule... Try to include the slash in the pattern to make sure only requests in the de site are rewritten.
/Chriztian
Hi Chriztian,
We tried
but then all cultures DE dont get redirected.
is working on a reply...