Skip to content

Instantly share code, notes, and snippets.

@buiquangduc
Created October 7, 2017 07:11
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 buiquangduc/49e57ff17d2c4fc25094b96eb308211b to your computer and use it in GitHub Desktop.
Save buiquangduc/49e57ff17d2c4fc25094b96eb308211b to your computer and use it in GitHub Desktop.
Avoid redirec WordPress
<?php
define('VA_REQUEST_URL', ($_SERVER['HTTPS'] ? 'https://' : 'http://') . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', VA_REQUEST_URL);
define('WP_HOME', VA_REQUEST_URL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment