diff --git a/conf/wp-config.php b/conf/wp-config.php index d4d1b26..601f781 100644 --- a/conf/wp-config.php +++ b/conf/wp-config.php @@ -33,3 +33,6 @@ if ( !defined('ABSPATH') ) // WordPress settings path require_once(ABSPATH . 'wp-settings.php'); + +// Force https redirect +define('FORCE_SSL_ADMIN', true);