From c4da364619f0fa8c10491e6ef10575fce7b597c7 Mon Sep 17 00:00:00 2001 From: Plagiatus Date: Wed, 24 Jul 2024 21:55:50 +0200 Subject: [PATCH] added .htaccess --- static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/.htaccess diff --git a/static/.htaccess b/static/.htaccess new file mode 100644 index 0000000..6f943b0 --- /dev/null +++ b/static/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteRule ^archive/(.*) http://github.com/Gunivers/Bookshelf/archive/$1 [P] +RewriteRule ^download/(.*) http://github.com/Gunivers/Bookshelf/releases/download/$1 [P] \ No newline at end of file