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
You can use the Apache Directives field in the ISPConfig settings of a website to add these directives (or put them in an .htaccess file).