Skip to content

Instantly share code, notes, and snippets.

@ignatov
Created October 31, 2010 16:38
Show Gist options
  • Save ignatov/656807 to your computer and use it in GitHub Desktop.
Save ignatov/656807 to your computer and use it in GitHub Desktop.
lift url rewriting
LiftRules.statelessRewrite.append {
case RewriteRequest(ParsePath(path, "pdf", _, _), _, _) => // match /*.pdf
RewriteResponse("history" :: Nil) // Use webapp/history.html
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment