Copied to clipboard

Flag this post as spam?

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


  • Aron Gamble 63 posts 76 karma points
    Sep 30, 2009 @ 21:58
    Aron Gamble
    0

    URL rewriting causes admin site to fail

    Implemented URL rewriting by configuring wildcards in IIS6 and adding a rule to UrlRewriting.config. This seems to be working ok, i can hit pages in my site accessing:-

    <mysite>/jobs etc.etc. 

    Tried to access:-

    <mysite>/Umbraco and get a 404 Page Not Found.

    Then tried adding a new rule for /umbraco to redirect to /umbraco/umbraco.aspx but that just caused the page to partially load with images missing and not much else...

    Any suggestions would be greatly appreciated!

    Ron

     

  • Chris Dunn 75 posts 127 karma points
    Oct 01, 2009 @ 00:42
    Chris Dunn
    0

    Can you post the rule you added to the UrlRewriting.config file?  It would help in debugging the problem.  

    Also check to sure the web.config file still contains /umbraco in umbracoReservedPaths.

    -Chris

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 01, 2009 @ 02:28
    bob baty-barr
    0

    you might have to go direct to /umbraco/umbraco.aspx

    try that...

  • jonok 297 posts 658 karma points
    Oct 01, 2009 @ 17:48
    jonok
    0

    Try adding "/umbraco" to the umbracoReservedUrls value in the web.config. That fixed it for me.

  • Aron Gamble 63 posts 76 karma points
    Oct 03, 2009 @ 12:01
    Aron Gamble
    0

    Adding /umbraco to the umbracoReservedUrls value in the web.config did the trick!

    Thanks a lot for the replies.

     

    Aron

     

     


Please Sign in or register to post replies

Write your reply to:

Draft