Изменил(а) на 'wp-config.php'

This commit is contained in:
dimon 2022-04-10 05:23:57 +00:00
parent 917a4faac1
commit b82f7224f1

View File

@ -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';