Remove the static high score page.
Don't create it, change all links, and redirect any requests.
This commit is contained in:
parent
d34e211a3f
commit
dfd8098844
14 changed files with 20 additions and 16 deletions
|
|
@ -333,6 +333,11 @@ $HTTP["url"] =~ "\.pdf$" {
|
|||
#$HTTP["host"] =~ "^www\.(.*)" {
|
||||
# url.redirect = ( "^/(.*)" => "http://%1/$1" )
|
||||
#}
|
||||
$HTTP["host"] =~ "^(.*)$" {
|
||||
url.redirect = (
|
||||
"^/scoring/highscores.html" => "http://%1/scoring/high.cgi?l=40"
|
||||
)
|
||||
}
|
||||
|
||||
##
|
||||
## which extensions should not be handle via static-file transfer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue