About setting up SSL
-
Hi,
I purchased ssl from my host (hostgator) and it’s paid and setup.
I went through my wordpress dashboard >> settings and changed the urls to https. I also modified any plugins to use https.
My question is I want to redirect everyone to https://www version (not the non ww) should I add these to .htaccess?
RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^mydomain.com$ RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R=301,L]
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘About setting up SSL’ is closed to new replies.