First enable the CM Umbraco Tools section for your administrator account. After that reload the Umbraco Backoffice and you will see the CM Umbraco tools icon.
Expand the SEO tree and you will see the Permanent Redirect (301) tool. Click on it and the equivalent page will appear. At the top there is a button called Permanent Redirect Options. Click it and you will see a dropdown list. Select http to https and save the options. Now all the urls which uses the http will automatically redirected to https.
The package that I have in the umbraco download section has not this feature. I have not uploaded it yet. You can install the nuget package by doing the following steps.
Menu Tools -> Nuget Package Manager -> Package Manager Console
SSL on an established site.
Hi we have a site in umbraco 7. It's been live for a while.
The client wants to protect every page with ssl.
We have the site working fine if we type https://site but it also works http://site
How do I make it so every page defaults to https://
Regards Doogie
Hi Doogie,
Try to see this blogpost http://www.jppinto.com/2009/04/automatically-redirect-http-requests-to-https-iis-7/ about how to redirect http to https, on IIS7.
Hope this helps,
/Dennis
Or try to see if you can use this redirect rule.
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/67574-redirect-to-https
/Dennis
You are very lucky. I just uploaded an update to a nuget package that I work on which has an option in order to make such redirect.
https://www.nuget.org/packages/CMUmbracoTools/1.2.0
First enable the CM Umbraco Tools section for your administrator account. After that reload the Umbraco Backoffice and you will see the CM Umbraco tools icon.
Expand the SEO tree and you will see the Permanent Redirect (301) tool. Click on it and the equivalent page will appear. At the top there is a button called Permanent Redirect Options. Click it and you will see a dropdown list. Select http to https and save the options. Now all the urls which uses the http will automatically redirected to https.
Aah I have never used Nuget on the server I just install the binaries from the umbraco download section. I will look into it.
Also thanks for the blog posts I will look into them today.
Rob
The package that I have in the umbraco download section has not this feature. I have not uploaded it yet. You can install the nuget package by doing the following steps.
Menu Tools -> Nuget Package Manager -> Package Manager Console
Type the following command and press Enter
Install-Package CMUmbracoTools
is working on a reply...