From db382781c00fa2971d0e30edb492518a35832c4a Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 10 Dec 2013 10:08:06 +0100 Subject: [PATCH] Update wp-config.php --- conf/wp-config.php | 3 +++ 1 file changed, 3 insertions(+) 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);