https automatic on website
This commit is contained in:
parent
ff2e646d16
commit
08a9cdeb2b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue