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