.htaccess generic rules for non www to www redirect with https
These are generic rules. Should work out of the box for any site. RewriteEngine on RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTPS}s ^on(s)| RewriteRule…
priyankmaniarAugust 31, 2018