Hi, I'm very new at ispconfig, but was doing some testing for a client. Just installed ispconfig on cent os 7 using the perfect server guide here: perfect-server-centos-7-apache2-mysql-php-pureftpd-postfix-dovecot-and-ispconfig3 Now the issue is, I turned on SSL on the domain, and the https of the domain is going to the default apache web site on the server, and not the files of this specific domain. Anyone now why?
Then login to ISPConfig, go to Sites, select the website you want and go to the Options tab. There, in the apache directive field fill in: Code: <If "%{HTTPS} == 'off'"> Redirect permanent / https://my.website.tld/ </If> Of course fill in your actual domain name.