PDA

View Full Version : Need Helps on installing SSL certificate



getahoster
05-04-2009, 09:14 AM
Hello experts,

help me on SSL please.

i need to install SSL certificate on Cent OS.

i know the way how to install the SSL certificate via DirectAdmin but the question is how am i suppose to make my site to run using the SSL e.g. https://


basically i need some of page from my site must be working via the SSL installed private links such as

these link below must works using SSL installed

http://www.mydomain.com/register.php
http://www.mydomain.com/login.php
http://www.mydomain.com/payment.php
http://www.myaccount.com/myaccount.php


to similer like below.

https://www.mydomain.com/register.php
https://www.mydomain.com/login.php
https://www.mydomain.com/payment.php
https://www.myaccount.com/myaccount.php


i dont have clue how am i suppose to make these to work like i listed above.


so could you tell me how am i suppose to install step by step to atchive like which explained above.

could you help me how to install properly. thank you.

scsi
05-04-2009, 09:54 AM
Double Post!

nobaloney
05-07-2009, 12:34 PM
This question really has nothing to do with installing an SSL Certificate, then.

Do your pages already work when prefixed with https://?

Are you using public_html for insecure pages, and private_html for secure pages?

If so, then you should simply create pages with the same page names as in private_html, except in public_html, and in those pages simply use a redirect; nothing else.

If you have all your pages in public_html, then you could use PHP to force a redirect from http to https.

Jeff