I'm assuming that you're using your umbraco on an Azure website instead of the Umbraco Cloud solution itself right? If yes, I believe that after you configure the https binding you can easily add on your web.config file the following:
Please be aware if you want a permenent redirect (301) or if you just need a temporary one (302)... maybe not. Also please check the umbraco backoffice flag to use https, under the application settings on web.config file:
How to implement HTTP to HTTPS redirects on a Umbraco website on Azure
Hi.
I was hoping someone would be able to point me in the right direction with this one.
I have an Umbraco website running on v7.4.3 and was wondering what the best way would be to implement the redirects from HTTP to HTTPS.
I have bumped into alot of examples regarding this on other platforms, but nothing thats specific for Azure.
I wanted to ask what method is considered as best practice to adopt and execute on the website. I want to avoid using packages if possible.
Any feedback would be highly appreciated.
Thanks in advance!
Hi Ajay,
I'm assuming that you're using your umbraco on an Azure website instead of the Umbraco Cloud solution itself right? If yes, I believe that after you configure the https binding you can easily add on your web.config file the following:
Please be aware if you want a permenent redirect (301) or if you just need a temporary one (302)... maybe not. Also please check the umbraco backoffice flag to use https, under the application settings on web.config file:
Hope that helps
is working on a reply...