I just installed the SSL cert.
I now want to force all traffic to https://www.mysite.com
I currently have this in my htaccess to force mysite.com to www.mysite.com
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Do I just add an 's' above? Or is there another way to do it?
I now want to force all traffic to https://www.mysite.com
I currently have this in my htaccess to force mysite.com to www.mysite.com
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Do I just add an 's' above? Or is there another way to do it?
Last edited: