Copied to clipboard

Flag this post as spam?

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


  • Lee 1130 posts 3088 karma points
    Aug 05, 2009 @ 11:59
    Lee
    0

    Umbraco Throwing 404 For Custom Folder & Page?

    I have changed a site to Umrbaco, but within the site is a folder with a custom .aspx page which is referenced from another site so I need it to stay there - I have uploaded the folder, but if I type the full path (i.e. www.mysite.co.uk/thefolder/default.aspx) I get an Umbraco 404 error?  But the file & folder are definitely there?  Any ideas on how I can sort this?

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Aug 05, 2009 @ 12:02
    Thomas Höhler
    100

    Just add the complete path to the aspx to

    <add key="umbracoReservedUrls" />

    or the foldername to

    <add key="umbracoReservedPaths" />

    in the web.config

    Thomas

  • Lee 1130 posts 3088 karma points
    Aug 05, 2009 @ 12:04
    Lee
    0

    Thanks Thomas - This one is already there? 

    <add key="umbracoReservedPaths" value="/umbraco/" />

    How do I add another one?  Do I comma delimit?

  • Lee 1130 posts 3088 karma points
    Aug 05, 2009 @ 12:07
    Lee
    0

    Worked it out - it is comma delimited! Thanks

Please Sign in or register to post replies

Write your reply to:

Draft