Skip to content

Instantly share code, notes, and snippets.

@lkacenja
Created May 26, 2016 20:45
Show Gist options
  • Save lkacenja/bb58eaf97fed7894c1ba7b475474bbf5 to your computer and use it in GitHub Desktop.
Save lkacenja/bb58eaf97fed7894c1ba7b475474bbf5 to your computer and use it in GitHub Desktop.
if (!isset($_SERVER['HTTPS']) || strpos($_SERVER['HTTP_HOST'], 'www') === FALSE) {
header('HTTP/1.0 301 Moved Permanently');
header('Location: https://www.creatingtransitions.org'. $_SERVER['REQUEST_URI']);
exit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment