https automatic on website

This commit is contained in:
Luke 2018-01-31 13:14:03 -07:00
parent ff2e646d16
commit 08a9cdeb2b

View File

@ -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