Copied to clipboard

Flag this post as spam?

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


  • Martin Griffiths 826 posts 1269 karma points c-trib
    Oct 05, 2010 @ 15:46
    Martin Griffiths
    0

    Do DirectoryUrls work properly with Contour?

    We've recently enabled "DirectoryUrls" in our umbraco installation and now the redirects on submission in contour 404.

    In the settings tab of contour you can direct the completion to another page but all we get now is our nice poet patch error page, due to the 404.

    Anyone have any experience of this?

    Martin

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Oct 05, 2010 @ 16:32
    Martin Griffiths
    0

    To all scratching their heads on modern servers!

    I'd already answered this one myself about 3 days ago DOH! Sooo much to remember. I've committed it do my documentation now.

    It turns out to be an issue specific to running Umbraco on IIS7 in integrated mode on Windows 2008 and Contour v1.1 onwards.

    <!-- CONTOUR REQUIREMENT FOR 1.1-->

    <remove name="Session"/>

    <add name="Session" type="System.Web.SessionState.SessionStateModule"/>

    Add these lines to system.webserver > modules if you use directoryurls and the problem goes away!

    Martin

Please Sign in or register to post replies

Write your reply to:

Draft