Commit 8f59af7b authored by kpcyrd's avatar kpcyrd Committed by Holger Levsen
Browse files

reproducible alpine: add alpine to apache rewrite rules

parent 44a9116a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -135,6 +135,11 @@ 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(/|)$