Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created October 31, 2011 21:10
Show Gist options
  • Save benphelps/1328967 to your computer and use it in GitHub Desktop.
Save benphelps/1328967 to your computer and use it in GitHub Desktop.
$HTTP["host"] == "survey.benphelps.me" {
url.rewrite-once = (
"/(.*)\.(.*)" => "$0",
"/(css|files|img|js|stats)/" => "$0",
"^/([^.]+)$" => "/index.php/$1"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment