Answer the question
In order to leave comments, you need to log in
How to redirect http to https via .htaccess?
Help
Created this .htaccess
RewriteEngine On
RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
Redirects to https on main and category but I have them on main pages http://site/category/page.html doesn't want
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question