[Plugin: WordPress HTTPS (SSL)] Script needed for SSL and my host
-
I upgraded my hosting today to support dedicated SSL on my site. The hosting company, 1and1, told me that I can’t simply start using https://mysite.com to get this to work. I have to put a script in the root of my site. They mailed me a sample bit of code which they said should be put in the .HTACCESS file. Here’s the sample code they sent me:
RewriteCond %{HTTP_HOST} ^(.*\.)*yourdomain.com$ [NC] RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R]
I am no programmer, and I don’t really know what to do with that. Can you help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WordPress HTTPS (SSL)] Script needed for SSL and my host’ is closed to new replies.