Copied to clipboard

Flag this post as spam?

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


  • Tobias Klika 101 posts 570 karma points c-trib
    Aug 14, 2019 @ 10:40
    Tobias Klika
    0

    Use backoffice at path / instead of /umbraco

    As my previous question was probably to complex I'll try it with a different approach.

    How can I set up Umbraco so that the backoffice loads on the main page, therefore the path /?

    I know that I can change the path with the app setting umbracoPath, but that won't work for ~/

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Aug 14, 2019 @ 13:28
    Shaishav Karnani from digitallymedia.com
    0

    Hi,

    I would probably go for 301 rewrite rule to move root to /umbraco.

    Hope that helps. If you need rewrite something like below will work. (I have not tried)

            <rule name="Root Hit Redirect" stopProcessing="true">
                <match url="^$" />
                <action type="Redirect" url="/umbraco/" />
            </rule>
    
  • 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