diff options
author | emkael <emkael@tlen.pl> | 2019-11-09 15:59:53 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-11-09 16:00:17 +0100 |
commit | 95a8f54093e88264ebdfbbfc57d09ca6b888788b (patch) | |
tree | 16e4530e9363e7952025d464ad4402c45b9c5a0d /http/players | |
parent | ee6a00f4af64ad679d67233e730a5fa0d308ce4b (diff) |
Dynamic player pages from JSON datafiles
Diffstat (limited to 'http/players')
-rw-r--r-- | http/players/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/players/.htaccess b/http/players/.htaccess new file mode 100644 index 0000000..65090e9 --- /dev/null +++ b/http/players/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule '^\d+\.html$' index.html |