Skip to content

Instantly share code, notes, and snippets.

@jodyHamilton
Created October 25, 2016 21:22
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 jodyHamilton/0d1924f722961f20f88399e1b87a2b2a to your computer and use it in GitHub Desktop.
Save jodyHamilton/0d1924f722961f20f88399e1b87a2b2a to your computer and use it in GitHub Desktop.
<?php
define('WP_CACHE', false); // Added by W3 Total Cache
define('WP_HOME', $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment