Quote Originally Posted by enzo-ita View Post
I did it, and I added this to the .htaccess

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]
Which .htaccess file did you put this in?