Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created August 2, 2016 03:58
Show Gist options
  • Select an option

  • Save jennimckinnon/80e60754afa9914e2cef0bbf973df2dc to your computer and use it in GitHub Desktop.

Select an option

Save jennimckinnon/80e60754afa9914e2cef0bbf973df2dc to your computer and use it in GitHub Desktop.
Updating the WordPress address to include a directory.
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