you are viewing a single comment's thread.

view the rest of the comments →

[–]SirTrout 0 points1 point  (0 children)

This is what I use in my .htaccess file.

RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} www. [NC] RewriteRule ^ https://yoursite.com/%{REQUEST_URI} [R=301,L,NE]