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? -%>
RewriteEngine on
RewriteMap tickets txt:/srv/trac.openstreetmap.org/tickets.map
RewriteRule ^/ticket/(\d+)$ https://github.com/openstreetmap/trac-tickets/issues/${tickets:$1}
- RewriteRule ^/?(.*) https://github.com/openstreetmap/trac-tickets [L,R=permanent]
+ RewriteRule ^/?(.*) https://github.com/openstreetmap/trac-tickets [QSD,L,R=permanent]
</VirtualHost>