]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/templates/default/apache.erb
Drop query string on demised site redirect
[chef.git] / cookbooks / subversion / templates / default / apache.erb
index 987d50930fd6872d7db10d177b3707036b2d0f34..8a729206d47493ea0587e0e5405f7b56e9047f4e 100644 (file)
@@ -14,7 +14,7 @@
   RedirectPermanent /applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png https://raw.githubusercontent.com/openstreetmap/svn-archive/main/applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png
 
   RewriteEngine on
-  RewriteRule ^/?(.*) https://github.com/openstreetmap/svn-archive [L,R=permanent]
+  RewriteRule ^/?(.*) https://github.com/openstreetmap/svn-archive [QSD,L,R=permanent]
 
 </VirtualHost>
 <% unless @aliases.empty? -%>