Skip to content

Instantly share code, notes, and snippets.

@shrop
Created December 19, 2011 15:24
Show Gist options
  • Save shrop/1497654 to your computer and use it in GitHub Desktop.
Save shrop/1497654 to your computer and use it in GitHub Desktop.
Aegir function to redirect a path
<?php
function suar_provision_apache_vhost_config($uri, $data) {
return "Redirect /evaltrak http://suarit.uncc.edu";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment