I am setting up a simple ecommerce site. The site is live on a lunarpages server, and I need to set up the e commerce part. I will use paypal, but if I want to customize the payment page with my logo instead of Paypals, there will be
message telling the buyer the page may be "insecure"
So, to fix this I need to be on a secure SSL. I think the paypal code is all HTML so I think it should work on a shared SSL server.
If this is true, how do I move my site from the server its on now to a secure SSL server?
Is it as simple as changing my FTP info to
https://secure(server name).lunarpages.com/~username/ and uploading my site there?
Thanks