Answer the question
In order to leave comments, you need to log in
Why can't I get into the wordpress admin panel when https is enabled?
Hello! I connected a wordpress site to the cloudflare service space and configured an ssl certificate on it to access the site via a secure https:// connection . Replaced all occurrences of http:// with https:// in the database
UPDATE wp_options SET option_value = replace(option_value, 'http://site.ru', 'https://site.ru') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = replace(guid, 'http://site.ru', 'https://site.ru');
UPDATE wp_posts SET post_content = replace(post_content, 'http://site.ru', 'https://site.ru');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question