S
S
seotull2019-01-01 10:14:01
htaccess
seotull, 2019-01-01 10:14:01

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

1 answer(s)
A
Alexander, 2019-01-01
@zkelo

This article has several options. Try them

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question