In case you have a Windows hosting plan and want to redirect from http to https, create a web.config file and add the following command inside it:
type="Redirect" url="https://{HTTP_HOST}{ REQUEST_URI}"
redirectType="Permanent" appendQueryString="false" />
Save it, and upload it to your root folder.
Note: If there is already a web.config file on the server, open it with an editor, add the above command and save.
Contact our experts, they will be happy to help!
Contact us