How can I redirect users from a http (unsecure page) to https (secure page)?

Firstly you need to make sure that you have a working SSL certificate installed n your account.

You can redirect users by adding the following lines of code to your .htaccess file located in: /public_html/

RewriteEngine on #Options +FollowSymlinks RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^(.*) https://yourdomain.com/cart/$1 [R,L]

  • 18 Users Found This Useful
Was this answer helpful?

Related Articles

Do the shopping carts that your provide support PayPal?

Yes. OsCommerce supports Paypal upon install. See www.oscommerce.com. Agora can support it but...

Do you offer SSL Certificates?

Yes. Coblat Web do offer SSL Certificates for customer accounts. Any customers on the Business...

What is an SSL Certificate?

What is SSL? SSL stands for Secure Socket Layer which is a security protocal that operates...

How many free SSL certificates do I get with the Business Plan?

Currently we only give customers one free SSL Certificate with their business hosting account....

Can I install an SSL Certificate on an Addon Domain?

Currently, we do not support the installation of SSL Certificates onto Addon Domains through...