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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...