D
D
Denis2017-08-05 22:51:36
htaccess
Denis, 2017-08-05 22:51:36

Redirect from https to http not working how to do it?

Already tried everything, still does not redirect the site from https to http

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Petrov, 2017-08-05
@Dragmar

RewriteEngine On
RewriteCond %{SERVER_PORT} ^443$ [OR]
RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://site.ru/$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question