not www to www
1 2 |
RewriteCond %{HTTP_HOST} !^www\. RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |
Excluding ‘mysubdomain’
1 2 |
RewriteCond %{HTTP_HOST} !^(www|mysubdomain)\. RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |