]> git.openstreetmap.org Git - chef.git/commitdiff
fix details URL rewrite
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jul 2016 09:56:06 +0000 (11:56 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jul 2016 09:56:06 +0000 (11:56 +0200)
cookbooks/nominatim/templates/default/apache.erb

index ece1c9e56e6bba675033869e70669c7dc5b1c587..ba30f0dd6ea85b5aa6767029fe409308f6860e01 100644 (file)
@@ -58,7 +58,7 @@
     # regular requests and autoblocks
     RewriteMap bulklist txt:<%= @directory %>/settings/ip_blocks.map
     RewriteRule ^/(search|reverse|lookup)(\.php)?(/.*)? /pool-${bulklist:%{REMOTE_ADDR}|www}/$1.php$3 [PT]
     # regular requests and autoblocks
     RewriteMap bulklist txt:<%= @directory %>/settings/ip_blocks.map
     RewriteRule ^/(search|reverse|lookup)(\.php)?(/.*)? /pool-${bulklist:%{REMOTE_ADDR}|www}/$1.php$3 [PT]
-    RewriteRule ^/details(\.php)?(/.*)? /pool-${bulklist:%{REMOTE_ADDR}|details}/$1.php$3 [PT]
+    RewriteRule ^/details(\.php)?(/.*)? /pool-${bulklist:%{REMOTE_ADDR}|details}/details.php$2 [PT]
 
 </VirtualHost>
 
 
 </VirtualHost>