Results 1 to 7 of 7

Thread: SSL Site
      
   

  1. #1
    Dale B's Avatar
    Dale B is offline First Sergeant
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    70

    Default SSL Site

    Im not sure how to explain this:

    I have a blank website at the moment with an SSL certificate installed.
    (A data base program will be installed shortly)

    https : SSL certificate installed
    http : No SSL certificate installed


    Both will appear on search engines,but 1 will appear with the padlock(https) and 1 will "not" appear with the padlock, depending if you have the "s" at the end of http!

    How do i set this up so that every time someone clicks on my site they will get the protected site(SSL) padlock to appear all the time.

    Is this all to do with where the files get uploaded..

    Do i redirect my http domain to https domain..does this work??

    Cheers for any help
    Dale

  2. #2
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: SSL Site

    As I understand it SSL certs are installed per domainname.

    In the yourdomain where you installed the SSL cert you can create a Directory of folders and sub-folders for your Https webpages.

    I am still researching myself before installation on my site.

    You can check out this forum>>>>>SSL
    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.

  3. #3
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: SSL Site

    Here is another link that can help considerably your learning process onn SSL.

    Learning to Understand SSL
    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.

  4. #4
    emma-dawson Guest

    Default Re: SSL Site

    Quote Originally Posted by Dale B View Post
    Im not sure how to explain this:

    I have a blank website at the moment with an SSL certificate installed.
    (A data base program will be installed shortly)

    https : SSL certificate installed
    http : No SSL certificate installed


    Both will appear on search engines,but 1 will appear with the padlock(https) and 1 will "not" appear with the padlock, depending if you have the "s" at the end of http!

    How do i set this up so that every time someone clicks on my site they will get the protected site(SSL) padlock to appear all the time.

    Is this all to do with where the files get uploaded..

    Do i redirect my http domain to https domain..does this work??

    Cheers for any help
    Dale
    Hi
    I like to thank you for this question. I thought about it, but never brought to the forum. I am sure this will solve my problem as well as others. Now waiting for best and helpful answer. See, what happens...

    Emma

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: SSL Site

    You need to add a .htaccess file in your root folder, that will redirect all (or specific) http pages to the https 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!


  6. #6
    Dale B's Avatar
    Dale B is offline First Sergeant
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    70

    Default Re: SSL Site

    I already have a .htaccess file,now what do i do with it.

    Do i open up code edit and place something somewhere..

    I have know idea and really i'm just getting involved in this code stuff!

    I found .htaccess file in:
    Web root(public_html/www)
    (show hidden files boxed was checked)


    This file sits right under uploads folder!

    I have know idea what to do from here members?

    Any help in advance is greatfull.
    Thankyou
    Dale

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: SSL Site

    What you place in the .htaccess file depends on what you already have there.

    Usually a .htaccess file to redirect to the SSL site should be:

    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    However, you should check the rest of the existing file for conflicts.
    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!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49