From d17bb959e1acf77f952f29860462d76228ccc4e9 Mon Sep 17 00:00:00 2001 From: Jonasz Bigda Date: Thu, 29 Oct 2020 19:24:39 +0100 Subject: [PATCH] created .htaccess (force https) --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..4d86ea5 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ + RewriteEngine On + RewriteCond %{HTTPS} off + RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] \ No newline at end of file