I installed the package and set one of the DocTypes "Cart" to redirect, however, this didn't seem to do anything when I went to http://localhost/cart. I added the tamplate "Cart" as well but this still did nothing. Lastly I added NodeID 1169 to the config - still nothing.
I completely uninstalled the package, re-installed it, rebuilt the solution and restarted IIS. I can confirm that the DLL is in the bin okay.
Does this package work at all with Umbraco 6+ in MVC mode?
Thanks for reporting this. I haven't tried the package with Umbraco v6 yet - so not sure of the impacts.
I'm guessing this has something to do with the "useAspNetMasterPages" option being disabled in the "umbracoSettings.config" - which would mean that the "UmbracoDefault.AfterRequestInit" event wouldn't be triggered. Not sure if that's a bug in v6 or not.
If you are inclined to dive into the source-code, then I'd be happy to merge in any patches, etc.
I believe the original issue with v6 (MVC mode) was that useAspNetMasterPages (in umbracoSettings.config) had been set to false. Unless I am missing something?
Not working in Umbraco 6 MVC
Hi there,
I installed the package and set one of the DocTypes "Cart" to redirect, however, this didn't seem to do anything when I went to http://localhost/cart. I added the tamplate "Cart" as well but this still did nothing. Lastly I added NodeID 1169 to the config - still nothing.
I completely uninstalled the package, re-installed it, rebuilt the solution and restarted IIS. I can confirm that the DLL is in the bin okay.
Does this package work at all with Umbraco 6+ in MVC mode?
Cheers
Simon
Hi Simon,
Thanks for reporting this. I haven't tried the package with Umbraco v6 yet - so not sure of the impacts.
I'm guessing this has something to do with the "useAspNetMasterPages" option being disabled in the "umbracoSettings.config" - which would mean that the "UmbracoDefault.AfterRequestInit" event wouldn't be triggered. Not sure if that's a bug in v6 or not.
If you are inclined to dive into the source-code, then I'd be happy to merge in any patches, etc.
https://bitbucket.org/vertino/https-redirect-for-umbraco/src
Thanks, Lee.
Have any of these changes been made for Umbraco 6 yet? Is there a patch?
@Rich - which changes?
I believe the original issue with v6 (MVC mode) was that
useAspNetMasterPages
(inumbracoSettings.config
) had been set tofalse
. Unless I am missing something?Cheers, Lee.
just came across this and was wonderig if it will work with v7.1.6 and IIS on Win2008
Hi keilo, I haven't tried it with Umbraco v7 myself, but I can't see why it wouldn't work ... it's worth a try on a dev/test site first.
is working on a reply...