Copied to clipboard

Flag this post as spam?

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


  • Alex Slabukh 17 posts 77 karma points
    Oct 30, 2012 @ 11:40
    Alex Slabukh
    0

    Hi !

    Help me, please

    I use the web web matrix of Microsoft to run and to control Umbraco CMS.

    I need change the path to startup page from /umbraco/default.aspx to /admin/admin.aspx

    I renamed directory from umbraco to admin and I changed name of page from default.aspx to admin.aspx.

    I want to run by default admin.aspx in directory admin.

    I changed web.config on:

    <add key="umbracoReservedUrls"
                 value="~/admin/admin.aspx,~/install/default.aspx," />

    <add key="umbracoPath" value="~/admin" />
    <add key="umbracoReservedPaths" value="~/admin" />
    
    but the sturtup page is /install/default.aspx
    what I do wrong?

  • Pasang Tamang 258 posts 458 karma points
    Oct 30, 2012 @ 12:09
    Pasang Tamang
    0

    Hi ansi,

    The fresh copy of umbraco always ask for installation. So once you're done with installation, you'll be able to browse umbraco/default.aspx. Not sure changing the default.aspx into admin.aspx works but you can change the umbraco folder into your customize one.

    As you're using webmatrix, here (http://our.umbraco.org/documentation/v480/Installation/install-umbraco-with-microsoft-webmatrix) is the steps that defines installation process

    Thanks
    PTamang

  • Alex Slabukh 17 posts 77 karma points
    Oct 30, 2012 @ 12:26
    Alex Slabukh
    0

    Pasang Tamang,

    I'm installed the umbraco and It works well, but I want launch as startup page /admin/admin.aspx

    But now the startup page is /install/default.aspx, after I renamed from /umbraco/default.aspx to /admin/admin.aspx

Please Sign in or register to post replies

Write your reply to:

Draft