Skip to content

Instantly share code, notes, and snippets.

@ElliotFriend
Created December 18, 2014 06:00
Show Gist options
  • Save ElliotFriend/cf655708df35a95bd572 to your computer and use it in GitHub Desktop.
Save ElliotFriend/cf655708df35a95bd572 to your computer and use it in GitHub Desktop.
How I do Apache Redirects on Pantheon
<?php
header('HTTP/1.0 301 Moved Permanently');
header('Location: /academics/degree-programs/online-degrees');
// You also don't have a closing tag, which could interfere with
// the webserver processing the PHP
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment