Plaats helemaal bovenaan in het .htaccess bestand onderstaande code:
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
# Redirect to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Plaats helemaal bovenaan in het .htaccess bestand onderstaande code:
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
# Redirect to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]