We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0f87e commit a9b17d7Copy full SHA for a9b17d7
docroot/wp-config.php
@@ -19,7 +19,9 @@
19
define('WP_SITEURL', 'https://' . $_SERVER['SERVER_NAME'] . '/wordpress');
20
define('WP_HOME', 'https://' . $_SERVER['SERVER_NAME']);
21
define('WP_CONTENT_DIR', dirname(__FILE__) . '/wp-content');
22
-define('WP_CONTENT_URL', 'http://' . $_SERVER['SERVER_NAME'] . '/wp-content');
+define('WP_CONTENT_URL', 'https://' . $_SERVER['SERVER_NAME'] . '/wp-content');
23
+
24
+$_SERVER['HTTPS'] = 'on';
25
26
// Load DB config / secrets
27
if ( file_exists( dirname(__FILE__) . '/wp-config-local.php' ) )
0 commit comments