Copied to clipboard

Flag this post as spam?

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


  • Timothy Trowbridge 4 posts 24 karma points
    Jul 18, 2012 @ 09:02
    Timothy Trowbridge
    0

    HelloWorld.aspx

    I would like to have a page called HelloWorld.aspx in my root which has nothing to do with the umbraco CMS.

    Is this possible? Right now I get a 404 error when I try to go to that HelloWold.aspx page.

     

    Cheers

  • Lee Kelleher 4024 posts 15833 karma points MVP 13x admin c-trib
    Jul 18, 2012 @ 10:49
    Lee Kelleher
    0

    Hi Timothy, welcome to the forum!

    To reserve a file/page that is served outside of Umbraco, you will need to add it to the Web.config AppSettings:

    <add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/HelloWorld.aspx" />

    If you wanted to add an entire folder, (e.g. to tell Umbraco to ignore it), then there is a setting called "umbracoReservedPaths".

    Cheers, Lee.

  • Timothy Trowbridge 4 posts 24 karma points
    Jul 18, 2012 @ 11:05
    Timothy Trowbridge
    0

    Worked like a charm :-) Thx!

Please Sign in or register to post replies

Write your reply to:

Draft