ISPConfig 3 SSL automatic rewrite
- by lol
I was wondering how you could get apache2 to redirect http://server.com:8080 to https://server.com:8080 - I have an ISPConfig 3 setup and the http://server.com:8080 virtual host currently prints a 400 back request error
given that I've tried adding
RewriteEngine on
RewriteCond %{HTTPS} !^on$ [NC]
RewriteRule .…