Stefanmelz of slashworks
11/7/2016 - 3:23 PM

https and non www Rewrite Condition

https and non www Rewrite Condition

RewriteCond %{SERVER_PORT} !^443
RewriteCond %{HTTP_HOST} meinedomain\.de$ [OR]
RewriteCond %{HTTP_HOST} ^meinedomain\.de$ [NC]
RewriteRule (.*) https://www.meinedomain.de/$1 [R=301,L]