Fix wiki redirection.

This commit is contained in:
Tom Hughes 2007-08-15 08:01:45 +00:00
parent 753e450604
commit 9829ef097f

View file

@ -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