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');