I want to redirect a non-www and a www - site to https:// with www, how can I do this using htaccess-module.
Thanks, Dako314
Edit: This does only work for the non-www-site:
RewriteCond %{HTTP_HOST} ^example.de$ [NC]
RewriteRule (.*) https://www.example.de/$1 [R=301,L]