http=>https 301 redirect

<ifmodule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </ifmodule> Da Shopware aber bereits Rewrite on hat, benötigst du diese conditions nicht :wink: