diff --git a/config/config.inc.php b/config/config.inc.php index 940f088b9..5c20dbb7c 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -72,12 +72,12 @@ else /** * Location site */ - define('_XE_LOCATION_SITE_', 'http://www.xpressengine.com/'); + define('_XE_LOCATION_SITE_', 'https://www.xpressengine.com/'); /** * Download server */ - define('_XE_DOWNLOAD_SERVER_', 'http://download.xpressengine.com/'); + define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/'); } /*