Set https & 301 permanent wordpress htaccess. it's very important for SEO!
How to Use WordPress htaccess file Generator
Do not include www. Domain name only - e.g. yourdomain.com
Example code for "Redirect from www to non-www"
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
4. Copy the code to your .htaccess file
Make sure to add the code on top of other rules in wordpress htaccess file
Popular Tags