Forum Moderators: phranque
1. I have SSL added to a web site. Im assuming that with certs and encryption, there is a performance hit to use it?
If so, should I just redirect only on pages that need ssl? I.E. Payments etc.?
If so then...
2. How would you do a redirect that..
A. will redirect mydomain.com to www.mydomain.com
AND
B. will redirect any attempt to www.mydomain/payments.htm
to [mydomain...]
Im a little lost.. Can you please guide me?
Craig
SSL involves the sender encrypting the data and the receiver decrypting it, so yes, it involves a lot of extra work at both ends. Use SSL/HTTPS only for pages which actually need to be secured.
As for a recent "how to" discussion, see this Recent SSL thread [webmasterworld.com] as an example.
Jim