Any advice on resolving this? The related forum posts are all mostly pre angular. Note: I don't think we want to change our Umbraco folder as we are using Umbraco as a service and they maintain our updates.
I also can't lock down via IP as we have people accessing from dynamic addresses.
This looks like you are using IIS UrlRewriter and not the UrlRewriting.config file. I will give this a shot. Thanks for the link Dennis.
Hi. This would work for domain lockdown if you were limiting traffic to the admin.example.com website but I was actually asking about rewriting traffic to a custom value. This doesn't really solve my problem as I don't want to limit via IP or manage user access that way.
I got this far with it but couldn't resolve the users error that pop on the tasks for displaying the tree. It was close.
I see that we can lock out accounts after a certain number of access attempts and that should suffice for now. Thanks for the suggestion regardless. We might go to it at some point.
Rewrite /Umbraco admin path MVC/Angular
I need to change the admin panel url from www.site.com/umbraco/ to www.site.com/mysecretpath/
tried the following:
UrlRewriting.config
This works except that www.site.com/umbraco still works. Tried adding a rule below but that ended up blocking the admin panel....
Any advice on resolving this? The related forum posts are all mostly pre angular. Note: I don't think we want to change our Umbraco folder as we are using Umbraco as a service and they maintain our updates. I also can't lock down via IP as we have people accessing from dynamic addresses.
Mac
Hi Mac
Using a rewrite rule is the base way, based on this http://tcmorris.net/blog/custom-domain-for-umbraco article this rule should work,
Hope this helps,
/Dennis
This looks like you are using IIS UrlRewriter and not the UrlRewriting.config file. I will give this a shot. Thanks for the link Dennis.
Hi. This would work for domain lockdown if you were limiting traffic to the admin.example.com website but I was actually asking about rewriting traffic to a custom value. This doesn't really solve my problem as I don't want to limit via IP or manage user access that way.
I got this far with it but couldn't resolve the users error that pop on the tasks for displaying the tree. It was close.
I see that we can lock out accounts after a certain number of access attempts and that should suffice for now. Thanks for the suggestion regardless. We might go to it at some point.
is working on a reply...