SSL Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • markschneider86
    Private First Class

    • May 2010
    • 8

    SSL Question

    Hello,

    I was wondering if anyone knew what the next step was, after I bought my SSL Certificate from vodahost.net. Is it good for only 1 website or the 2 I have?

    How do I update my website so SSL is active?

    I recently bought SSL, because of sensitive info I receive through forms.

    So basically I am confused on the next step should be.

    Thanks,

    Mark

    PS- my websites are as following


    Mark A. Schneider
    Denvers Insurance
    http://denversinsurance.com
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: SSL Question

    1. Make sure all your links have the "https://..." infront.
    2. Set, in anyway, a .htacess file that will redirect non ssl URLs to the ssl ones.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    • markschneider86
      Private First Class

      • May 2010
      • 8

      #3
      Re: SSL Question

      2. Set, in anyway, a .htacess file that will redirect non ssl URLs to the ssl ones.

      Can you explain how you do this?
      Mark A. Schneider
      Denvers Insurance
      http://denversinsurance.com

      Comment

      • navaldesign
        General & Forum Moderator

        • Oct 2005
        • 12080

        #4
        Re: SSL Question

        Supposing that you only need your contact form to be in ssl, and supposing the form is called "contact", this is the code to use in your .htaccess file:

        RewriteCond %{SERVER_PORT} !^443$
        RewriteRule ^contact/?$ https://example.com/contact/ [R=301,L]

        This will redirect either
        http://example.com/contact
        -or-
        http://example.com/contact/
        to
        https://example.com/contact/
        Navaldesign
        Logger Lite: Low Cost, Customizable, multifeatured Login script
        Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
        DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
        Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

        Comment

        • markschneider86
          Private First Class

          • May 2010
          • 8

          #5
          Re: SSL Question

          I am sorry I am still confused.. Do I save the file like this? I just need all of my forms and contact page to be ssl secured. How do you do that?

          my site is http://denversinsurance.com
          Mark A. Schneider
          Denvers Insurance
          http://denversinsurance.com

          Comment

          • zuriatman
            Moderator

            • Sep 2006
            • 3025

            #6
            Re: SSL Question

            If you cant find your answer, try this SSL Forum............
            www.siapamoyanganda.com/
            Malaysian Family Tree Website From the
            State of Johor.

            HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

            Comment

            • zuriatman
              Moderator

              • Sep 2006
              • 3025

              #7
              Re: SSL Question

              "Is it good for only 1 website or the 2"

              Each cert protects only one domainname.

              If the 2nd domainname is under the same name and on the same server, you can buy a Wild Card which is suppose to be cheaper.
              www.siapamoyanganda.com/
              Malaysian Family Tree Website From the
              State of Johor.

              HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

              Comment

              Working...
              X