R
R
Roman Dmitriev2020-11-14 23:04:57
WordPress
Roman Dmitriev, 2020-11-14 23:04:57

What can 301 redirect from https to http in Wordpress give?

UPD2. In the end, everything suddenly worked. I understood when I saw both http and https in the metric. At this time, I intensively communicated with hosting support (HTS).

So the question is closed, but the suggested solutions didn't help...

UPD itself. I checked the options suggested in the comments:
- Try to write the site url in wp-config.php (an endless redirect - did not help)
- Change all urls (more than 4700) in the database. (still loads as http)

I haven't found a working solution yet.

Already checked:

  • Hosting
  • Updated to latest version
  • Settings
  • Cut out plugins
  • htaccess
  • ...


When I try to register an address with https in the admin panel, I get an endless redirect https - http - https - ... and so on.

What could be?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vova, 2020-11-15
@vova87

Try adding site url to wp-config.php


define( 'WP_HOME', ' example.com ' );
define( 'WP_SITEURL', ' example.com ' );

V
Viktor Taran, 2020-11-15
@shambler81

There are a lot of options, you need to first understand what exactly is cycling. https://bertal.ru/index.php?a566
will help you for this. It will determine not only the last code, but the entire chain, at least it will be visible what kind of loop is in the loop. Screen here if it is not clear where to pick. The domain is not secret information, pay in direct so that I know about it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question