Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created December 14, 2010 09:30
Show Gist options
  • Save wchristian/740179 to your computer and use it in GitHub Desktop.
Save wchristian/740179 to your computer and use it in GitHub Desktop.
$HTTP["referer"] =~ "^$" {
$HTTP["cookie"] !~ ".*disclaimer=seen.*" {
$HTTP["useragent"] =~ "(.*Mozilla.*|.*Opera.*)" {
$HTTP["useragent"] !~ "(^.*Google.*|.*PlayStation.*)" {
url.rewrite-once = (
"^.*disclaimer.*$" => "$0",
"^.*favicon.*$" => "$0",
"^.*css.*$" => "$0",
"^(.*)$" => "/disclaimer.php?url=$1"
)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment