Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Not sure I can find a definitive on this anywhere but is there a way to change the login URL?
I would like to make it very easy for the administrators rather than typing in umbraco/login.aspx
and would prefer something like http://domain/cmsadmin/
Thanks in advance.
I usually do like this in UrlRewriting.config
<add name="loginrewrite" redirectMode="Permanent" redirect="Application" rewriteUrlParameter="IncludeQueryStringForRewrite" virtualUrl="^~/cmsadmin" destinationUrl="~/umbraco/login.aspx"ignorecase="true" />
<
redirectMode="Permanent"
redirect="Application"
rewriteUrlParameter="IncludeQueryStringForRewrite"
virtualUrl="^~/cmsadmin"
destinationUrl="~/umbraco/login.aspx"
Thanks froad.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Login URL
Not sure I can find a definitive on this anywhere but is there a way to change the login URL?
I would like to make it very easy for the administrators rather than typing in umbraco/login.aspx
and would prefer something like http://domain/cmsadmin/
Thanks in advance.
I usually do like this in UrlRewriting.config
Thanks froad.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.