diff options
author | emkael <emkael@tlen.pl> | 2020-02-06 21:57:59 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-02-06 21:58:37 +0100 |
commit | 5cdd7a93aab95c40c2843d35e56d3583ffe2d3a5 (patch) | |
tree | fda422ce46ba3b047d5b07089ee58f64d2f2b4df /http | |
parent | 092fe36373140133efb2550722d7ce292ebd444e (diff) |
Including ranking page links in .htaccess
Diffstat (limited to 'http')
-rw-r--r-- | http/.htaccess | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/http/.htaccess b/http/.htaccess index ab9e531..4fe1335 100644 --- a/http/.htaccess +++ b/http/.htaccess @@ -1,5 +1,6 @@ -RewriteEngine On +DirectoryIndex index.html +RewriteEngine On # auto-generated from this point below RewriteRule 2017-01.json _data/2016-12-31.json [L] @@ -38,6 +39,9 @@ RewriteRule 2019-03.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/ma RewriteRule 2019-04.json _data/2019-09-30.json [L] RewriteRule 2019-04.minimal.json _data/2019-09-30.minimal.json [L] RewriteRule 2019-04.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2019-09-30.csv [R,L] +RewriteRule 2020-01.json _data/2019-12-31.json [L] +RewriteRule 2020-01.minimal.json _data/2019-12-31.minimal.json [L] +RewriteRule 2020-01.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2019-12-31.csv [R,L] RewriteRule index.json _data/2019-12-31.json [L] RewriteRule index.minimal.json _data/2019-12-31.minimal.json [L] RewriteRule index.csv https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings/2019-12-31.csv [R,L] |