From 08a9cdeb2bbbaacdf24fb316c42a5ec73cefc481 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 31 Jan 2018 13:14:03 -0700 Subject: [PATCH] https automatic on website --- www/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 5695230..1c53880 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,4 +1,6 @@ RewriteEngine On +RewriteCond %{HTTPS} off +RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L] Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh