SSL acces only for virtual servers

Hi!

Usually, when i wanted to force a domain or a subdomain to be accessible only from https, i was going into "Configure website" under Services menu and on public_html, i was setting up assl acces only and in error management, if the error code 403 is catched, redirect to https://mydomain.com

Since now, it always worked but suddently stopped..

I can acces domain or subdomain over https directly by typing https://mydomain.com but if i just type mydomain.com , i'm not redirected anymore. Like if no errors are thrown again..

Do you have an idea?

Status: 
Active

Comments

Would making a regular redirect in the http site from "/" to "https://mydomain.com" work for you? That's the way I usually set this up.