Fix wiki redirection.
This commit is contained in:
parent
753e450604
commit
9829ef097f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ compress.cache-dir = "/var/cache/lighttpd"
|
|||
#
|
||||
# Redirect wiki requests to the wiki
|
||||
#
|
||||
url.redirect = ( "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/wiki/$1" )
|
||||
url.redirect = ( "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/$1" )
|
||||
|
||||
#
|
||||
# Serve static content from the rails public area ourselves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue