Skip to content

Commit

Permalink
alright one last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Feb 14, 2016
1 parent 600fe75 commit f4f9e64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
3 changes: 3 additions & 0 deletions www/wp-env/192.168.33.60.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
3 changes: 3 additions & 0 deletions www/wp-env/ation.uconn.edu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit f4f9e64

Please sign in to comment.