Commit 35fea5fb authored by Holger Levsen's avatar Holger Levsen
Browse files
parent f38d116f
# These redirects applies only to the tests.reproducible-builds.org domain. # These redirects applies only to the tests.reproducible-builds.org domain.
# use reproducible.html as "home page" # use https://reproducible-builds.org/citests/ as "home page"
RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^/(.*) /debian/reproducible.html [R,L] RewriteRule ^/(.*) https://reproducible-builds.org/citests/ [R,L]
# drop the (old|ugly) /userContent/ directory from the url # drop the (old|ugly) /userContent/ directory from the url
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment