A
A
airbor2020-09-21 18:12:49
1C-Bitrix
airbor, 2020-09-21 18:12:49

How to disable 302 redirect to http on Bitrix?

The site just started sending 302 redirects to the address from http, that is, dah-sl.ru
Previously, it was available via https, that is, https://dah-sl.ru

No technical work has been carried out for the last 3 days at all. Where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2020-09-22
@shambler81

Yes, indeed, with the certificate itself, everything is fine.
In general, you have mix_content
. Your site simply has a protocol specified for some URLs, in particular HTTP
, which indicates that part of the content is given unprotected, and as a result, the entire site.
You need to remove the protocol and change links to // instead of http://
5f69a40ae72b3019657261.png
correct all links like this

<li class="select"><a
                                            href="http://dah-sl.ru/?flag=en&clear_cache=Y#googtrans(ru|ru)">RU</a>
                                </li>
                                <li>
                                    <a href="http://en.dah-sl.ru/?flag=en&clear_cache=Y#googtrans(ru|en)">EN</a>
                                </li>

by removing the protocol or explicitly specifying https

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question