From b82f7224f143b7af6a17443a62c670b929b80d3c Mon Sep 17 00:00:00 2001 From: dimon Date: Sun, 10 Apr 2022 05:23:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'wp-config.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-config.php b/wp-config.php index 2af7830..d8317ec 100644 --- a/wp-config.php +++ b/wp-config.php @@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } -define( 'WP_HOME', 'https://' ); -define( 'WP_SITEURL', 'https://' ); +define( 'WP_HOME', 'wordpress_https' ); +define( 'WP_SITEURL', 'wordpress_https' ); require_once ABSPATH . 'wp-settings.php';