Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
is working on a reply...