From 95a8f54093e88264ebdfbbfc57d09ca6b888788b Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 9 Nov 2019 15:59:53 +0100 Subject: Dynamic player pages from JSON datafiles --- http/players/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 http/players/.htaccess (limited to 'http/players') 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 -- cgit v1.2.3