From ce8b1a10f33f7f6ae07551703218fc1ca20cea58 Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 5 Nov 2023 21:41:40 +0100 Subject: [PATCH] added .htaccess for the server --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..c9e98fd --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteCond %{HTTPS} off