I think the rewrite fails because I think I should be pointing the rewrite url to an actual file the server can spit out.
Any help is much appreciated :) I've been stuck on this for the whole day now. I don't want to change paths and reserved paths for umbraco in the web.config or change Umbraco's default folder names.
However, I haven't tried using a subdomain for the backoffice. Is that the only way to do this? I hope there is something I just missed on 7.8 that will allow you to change the default backoffice URL without using a subdomain.
Since this thread was not answered, I will just put the workaround I did for this issue. I set up a sub-domain that points to the same website and added a URL rewrite rule so anyone who comes to the subdomain will still be redirected to the main domain, unless they want to login to the backoffice.
Pretty much like the rewrite rule used for umbraco cloud url pointing to your main domain.
How to prevent access to default backoffice URL
Hello Everyone
Using v7.8 I don't know how to prevent access to the default backoffice url using only IIS rewrite module.
two redirects like below will create a loop and fails:
A rewrite fails with a 404.4 not found
I think the rewrite fails because I think I should be pointing the rewrite url to an actual file the server can spit out.
Any help is much appreciated :) I've been stuck on this for the whole day now. I don't want to change paths and reserved paths for umbraco in the web.config or change Umbraco's default folder names.
However, I haven't tried using a subdomain for the backoffice. Is that the only way to do this? I hope there is something I just missed on 7.8 that will allow you to change the default backoffice URL without using a subdomain.
Thanks!
Since this thread was not answered, I will just put the workaround I did for this issue. I set up a sub-domain that points to the same website and added a URL rewrite rule so anyone who comes to the subdomain will still be redirected to the main domain, unless they want to login to the backoffice.
Pretty much like the rewrite rule used for umbraco cloud url pointing to your main domain.
is working on a reply...