Copied to clipboard

Flag this post as spam?

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


  • Damon 217 posts 287 karma points
    Jan 04, 2016 @ 15:08
    Damon
    0

    What is the procedure for changing the default cms location from /Umbraco?

    Hi,

    to make it a bit more secure we want to move the login from /Umbraco to somewhere else.

    What is the procedure to do this?

    Thanks a lot!

  • Joshua Stewart 36 posts 128 karma points c-trib
    Jan 04, 2016 @ 15:21
    Joshua Stewart
    0

    It is defined in your web.config in the appSettings:

    <add key="umbracoPath" value="~/umbraco" />
    
  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Jan 04, 2016 @ 15:22
    Dave Woestenborghs
    0

    Hi Damon,

    Never tried this myself but it "should" be possible.

    You need to rename your Umbraco folder.

    And then update the umbracoPath setting in the web.config with your new folder name.

    https://our.umbraco.org/documentation/Reference/Config/webconfig/

    Beware that when you have packages that make use of this folder these can break.

    Dave

  • 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.

Please Sign in or register to post replies