On Perfect Ubuntu server 15.04 apache, mysql .... ispconfig latest version. In Ispconfig I see the on the Web Domain of my server tab 3 redirect entries: Redirect Type: Redirect Path SEO Redirect What should I put in each of these to achieve the proper redirect?
If you want to force one site to https, add this to the apache directives: Code: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}