MatiseAms / generator-matise

Yeoman generator for matise projects
0 stars 0 forks source link

put force https and www in dist .htaccess of wordpress #41

Closed mmeester closed 6 years ago

mmeester commented 6 years ago

# Force www:
RewriteCond %{HTTP_HOST} !^www
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE]

# Force SSL:
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE]