Theme blocking SSL Certificate

Hi there,

My theme seems to be blocking access to allow my SSL certificate to work. I was told by Go Daddy to contact you to help allow access within the theme code.

Do you know where I would need to go to fix this so the domain starts working again? I was told I need to include the below code within the template somewhere.

#Redirection code starts

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

#Redirection code Ends


Thanks,
Kaitlin

Comments

Sign In or Register to comment.