Skip to content

Instantly share code, notes, and snippets.

@thegulshankumar
Created April 24, 2018 06:43
Show Gist options
  • Select an option

  • Save thegulshankumar/70c72583d2a7d7bc53e867edf60caf30 to your computer and use it in GitHub Desktop.

Select an option

Save thegulshankumar/70c72583d2a7d7bc53e867edf60caf30 to your computer and use it in GitHub Desktop.
ServerPilot wp-config.php
define('SP_REQUEST_URL', ($_SERVER['HTTPS'] ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', SP_REQUEST_URL);
define('WP_HOME', SP_REQUEST_URL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment