Created
August 25, 2020 21:33
-
-
Save bacoords/a0668fc8e9f3426d978d2b92ff5108f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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