Thanks for the replies. I have in fact already tried to install the IIS URL Rewrite module mentioned but it won't install properly. The application pools stop as soon as I try to run a website. I've tried all the fixes mentioned online without any joy.
Hence looking for other workarounds such as maybe using this package without having to install the iis module
I believe most, if not all, of the packages out there utilize that module as well.
Are you getting errors when you try to install it? Also, can you provide any information on your hosting environment? All of our shared hosts, and even most of our other dedicated windows hosts have this module installed by default.
The module appears to install ok and is visible within IIS. However as soon as a page is requested the application pool stops and the following error is left in the event log “The module DLL C:\Windows\system32\inetsvr\rewrite.dll failed to load. The data is the error”
The only fixes I can find online are to repair or re-install the module which doesn't work for me. I've tried recycling the application pools
Redirect http requests to https
I have the URL tracker package installed on Umbraco 6.16
I need to redirect all http requests to https. Is something that can be done with this package? We have IIS 8
Thanks in advance
Hi Graeme,
For something like this I would look to include a http -> https redirect within the web.config file, so it captures all http requests to the site.
You'll need to install the URL Rewrite module found here for it to function, and there's a good guide to doing it in IIS 8 here.
Hope that helps!
Info on where to add a rule in your web.config here: https://our.umbraco.com/documentation/Reference/routing/iisrewriterules/
Here's a rule you can use to remove www and force https:
Thanks for the replies. I have in fact already tried to install the IIS URL Rewrite module mentioned but it won't install properly. The application pools stop as soon as I try to run a website. I've tried all the fixes mentioned online without any joy.
Hence looking for other workarounds such as maybe using this package without having to install the iis module
I believe most, if not all, of the packages out there utilize that module as well.
Are you getting errors when you try to install it? Also, can you provide any information on your hosting environment? All of our shared hosts, and even most of our other dedicated windows hosts have this module installed by default.
Hi Amir
We are running IIS8 on Windows Server 2012 R2
The module appears to install ok and is visible within IIS. However as soon as a page is requested the application pool stops and the following error is left in the event log “The module DLL C:\Windows\system32\inetsvr\rewrite.dll failed to load. The data is the error”
The only fixes I can find online are to repair or re-install the module which doesn't work for me. I've tried recycling the application pools
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.