Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Greyhound 102 posts 124 karma points
    May 27, 2011 @ 12:26
    Greyhound
    0

    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.

  • Fredrik Esseen 608 posts 904 karma points
    May 27, 2011 @ 13:15
    Fredrik Esseen
    0

    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" />

  • Greyhound 102 posts 124 karma points
    Jun 06, 2011 @ 14:13
    Greyhound
    0

    Thanks froad.

Please Sign in or register to post replies

Write your reply to:

Draft