S
S
Stacy None2018-03-06 22:52:55
DLE
Stacy None, 2018-03-06 22:52:55

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

1 answer(s)
S
Sergey Vladimirovich, 2018-03-07
@spamboo

simple 301 yy

RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$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