When osC was installed there wasnt an SSL Certificate installed. I have one installed now. Now my customers cant create accounts or checkout.
This code is in the .htaccess file.

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.allaboutbikers.com/$1 [R,L]
RewriteEngine on

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "http://www.allaboutbikers.com/catalog/" [R=301,L]

What needs to be changed in osC to make it work

Thanks