Commit 1a157eb7 authored by Holger Levsen's avatar Holger Levsen
Browse files

Revert "reproducible alpine: add alpine to apache rewrite rules"

This reverts commit 8f59af7b.
parent 8f59af7b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -135,11 +135,6 @@ RewriteRule ^/(.*) /netbsd/netbsd.html [R,L]
RewriteCond %{REQUEST_URI} ^/freebsd(/|)$
RewriteRule ^/(.*) /freebsd/freebsd.html [R,L]

# redirect /alpine/ to alpine/alpine.html
# note: the missing slash in the RewriteRule is wanted to avoid a double slash
RewriteCond %{REQUEST_URI} ^/alpine(/|)$
RewriteRule ^/(.*) /alpine/alpine.html [R,L]

# redirect /archlinux/ to archlinux/archlinux.html
# note: the missing slash in the RewriteRule is wanted to avoid a double slash
RewriteCond %{REQUEST_URI} ^/archlinux(/|)$