Skip to content

Instantly share code, notes, and snippets.

@bacoords
Created August 25, 2020 21:33
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 bacoords/a0668fc8e9f3426d978d2b92ff5108f7 to your computer and use it in GitHub Desktop.
Save bacoords/a0668fc8e9f3426d978d2b92ff5108f7 to your computer and use it in GitHub Desktop.
if (
( $_SERVER['HTTP_HOST'] == 'c3.live' )
) {
$newurl = 'https://c3.ai/live/';
header('HTTP/1.0 301 Moved Permanently');
header("Location: $newurl");
exit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment