rewrite http to https
Hallo,
there is a way to do this rewrite rule into ispconfig3
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
or at least to tell ispconfig should not overwrite this rule anymore ?
Thanks
pts0
|