From f4f9e6483315b895053a445369633bceb1b5f3c8 Mon Sep 17 00:00:00 2001 From: briankelleher Date: Sat, 13 Feb 2016 21:51:13 -0500 Subject: [PATCH] alright one last fix --- www/wp-config.php | 4 ++-- www/wp-env/192.168.33.60.php | 3 +++ www/wp-env/ation.uconn.edu.php | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www/wp-config.php b/www/wp-config.php index 596f695..0f0c5ec 100644 --- a/www/wp-config.php +++ b/www/wp-config.php @@ -41,8 +41,8 @@ * WordPress home and site urls. * Makes it easier to develop and move the site */ -define('WP_HOME', 'http://'.$host.''); -define('WP_SITEURL', 'http://'.$host.''); +// define('WP_HOME', 'http://'.$host.''); +// define('WP_SITEURL', 'http://'.$host.''); /** * Multisite? diff --git a/www/wp-env/192.168.33.60.php b/www/wp-env/192.168.33.60.php index a868c24..42d1b80 100644 --- a/www/wp-env/192.168.33.60.php +++ b/www/wp-env/192.168.33.60.php @@ -16,6 +16,9 @@ /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); +define('WP_HOME', 'http://' . $host . ''); +define('WP_SITEURL', 'http://' . $host . ''); + /** WP content directory */ define('WP_CONTENT_URL', WP_HOME . '/wp-content'); diff --git a/www/wp-env/ation.uconn.edu.php b/www/wp-env/ation.uconn.edu.php index a0632ef..a985c5d 100644 --- a/www/wp-env/ation.uconn.edu.php +++ b/www/wp-env/ation.uconn.edu.php @@ -16,6 +16,9 @@ /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); +define('WP_HOME', 'http://' . $host . ''); +define('WP_SITEURL', 'http://' . $host . ''); + /** WP content directory */ define('WP_CONTENT_URL', WP_HOME . '/wp-content');