summaryrefslogtreecommitdiff
path: root/http/.htaccess
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-11-24 23:04:54 +0100
committeremkael <emkael@tlen.pl>2021-11-24 23:04:54 +0100
commit12f351f9c94e4784907e0a7c2363d72e0ba59a4d (patch)
treee93b5ef86c07200723a7712aeb50584839651a1f /http/.htaccess
parent08929a23398c6aec6c2f36a61f09c875092c7f68 (diff)
2021-09-30 edition
Diffstat (limited to 'http/.htaccess')
-rw-r--r--http/.htaccess9
1 files changed, 6 insertions, 3 deletions
diff --git a/http/.htaccess b/http/.htaccess
index 97390a1..7a2f6d3 100644
--- a/http/.htaccess
+++ b/http/.htaccess
@@ -51,6 +51,9 @@ RewriteRule 2021-01.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/ma
RewriteRule 2021-02.json _data/2021-06-30.json [L]
RewriteRule 2021-02.minimal.json _data/2021-06-30.minimal.json [L]
RewriteRule 2021-02.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2021-06-30.csv [R,L]
-RewriteRule index.json _data/2021-06-30.json [L]
-RewriteRule index.minimal.json _data/2021-06-30.minimal.json [L]
-RewriteRule index.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2021-06-30.csv [R,L]
+RewriteRule 2021-03.json _data/2021-09-30.json [L]
+RewriteRule 2021-03.minimal.json _data/2021-09-30.minimal.json [L]
+RewriteRule 2021-03.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2021-09-30.csv [R,L]
+RewriteRule index.json _data/2021-09-30.json [L]
+RewriteRule index.minimal.json _data/2021-09-30.minimal.json [L]
+RewriteRule index.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2021-09-30.csv [R,L]