Announcement

Collapse
No announcement yet.

How do you setup SSL?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    SSL with 1&1

    I was waiting to be emailed that my SSL certificate was ready so I contacted 1&1.

    They replied saying is was all done and ready.

    The only help I got was the paragraph below:
    ---------------------------------------------
    Create a file named .htaccess in the directory your domain is pointing to and place
    the following code:


    RewriteEngine On
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule ^(.*)$ https://www.domaim.com/$1 [R]
    ----------------------------------------------

    Now I presumed I could turn on SSL on checkout only, but it looks like the whole site may now have to be SSL.

    Could this be correct? As Actinic does not like it. The Network settings wizard is happy with the whole site set to SSL, but not then selecting the checkout only option?

    What do I do now?



    Martin

    Comment

    Working...
    X