Index: config/trunk/apache-prod.conf =================================================================== diff -u -r188 -r209 --- config/trunk/apache-prod.conf (.../apache-prod.conf) (revision 188) +++ config/trunk/apache-prod.conf (.../apache-prod.conf) (revision 209) @@ -5,8 +5,8 @@ #WP Site Configuration Include "/var/www/configs/amstireswp/amstires-var.conf" - SetEnv WP_SITEURL "http://www.amstires.com" - SetEnv WP_HOME "http://www.amstires.com" + SetEnv WP_SITEURL "https://www.amstires.com" + SetEnv WP_HOME "https://www.amstires.com" SetEnv WPENV "prod" SetEnv WPSVCENV prd SetEnv WPDBHOST prd-mariadb01vm.lemanscorp.com Index: config/trunk/apache-stage.conf =================================================================== diff -u -r187 -r209 --- config/trunk/apache-stage.conf (.../apache-stage.conf) (revision 187) +++ config/trunk/apache-stage.conf (.../apache-stage.conf) (revision 209) @@ -65,8 +65,8 @@ Include "/var/www/configs/amstireswp/amstires-var.conf" - SetEnv WP_SITEURL "http://stage.amstires.com" - SetEnv WP_HOME "http://stage.amstires.com" + SetEnv WP_SITEURL "https://stage.amstires.com" + SetEnv WP_HOME "https://stage.amstires.com" SetEnv WPENV "stage" SetEnv WPSVCENV stg SetEnv WPDBHOST stg-mysql.lemanscorp.com