Answer the question
In order to leave comments, you need to log in
How to return http after https certificate correctly?
Used an SSL certificate. Recently turned it off and some links remained under https
What are the ways to remake everything on http ?
CMS: DLE
Answer the question
In order to leave comments, you need to log in
simple 301 yy
RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1 [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question