Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created January 28, 2009 23:12
Show Gist options
  • Save mrkurt/54245 to your computer and use it in GitHub Desktop.
Save mrkurt/54245 to your computer and use it in GitHub Desktop.
url.redirect = (
"^/kurttest/(.*)" => "/index.php?hi=$1",
"^/infotech/(.*)" => "/business/$1",
"^/index.php" => "/",
"^/(.*)/index((\.ars)|(\.php))" => "/$1",
"/(.*)/((in_content_promo)|(content_inset_promo))\.php" => "/$1"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment