Created
August 2, 2016 03:58
-
-
Save jennimckinnon/80e60754afa9914e2cef0bbf973df2dc to your computer and use it in GitHub Desktop.
Updating the WordPress address to include a directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define('WP_SITEURL', 'https://' . $_SERVER['SERVER_NAME'] . '/application'); | |
| define('WP_HOME', 'https://' . $_SERVER['SERVER_NAME']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment