Skip to content

Instantly share code, notes, and snippets.

@ik11235
Created July 12, 2019 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ik11235/67edab6253b98a6ccef8057561671f90 to your computer and use it in GitHub Desktop.
Save ik11235/67edab6253b98a6ccef8057561671f90 to your computer and use it in GitHub Desktop.
+ define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/');
+ define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] . '/');
- define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/');
- define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] . '/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment