]> git.openstreetmap.org Git - rails.git/commitdiff
Fix wiki redirection.
authorTom Hughes <tom@compton.nu>
Wed, 15 Aug 2007 08:01:45 +0000 (08:01 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Aug 2007 08:01:45 +0000 (08:01 +0000)
config/lighttpd.conf

index 9e859b2e0a79bb8314a20c14dd811adc089bb55e..0a6840e4bb0720d3a8e9e7f27caab9ec159a8c80 100644 (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