Force website to use ssl only
<VirtualHost 10.10.0.151:80>
SSLEngine off
ServerAdmin webmaster@example.com
ServerName example.com
Redirect permanent / https://example.com
</VirtualHost>
Force website to use ssl only
<VirtualHost 10.10.0.151:80>
SSLEngine off
ServerAdmin webmaster@example.com
ServerName example.com
Redirect permanent / https://example.com
</VirtualHost>