Is there any chance that the option to make a whole site SSL only can be added to ISPConfig 3 in a future release?
Having this written into the vhost file is not only the "proper" way to do it but also would be a performance gain:
Code:
<VirtualHost *:80>
ServerName www.example.com
Redirect permanent / https://example.com
</VirtualHost>