https automatic on website
This commit is contained in:
parent
ff2e646d16
commit
08a9cdeb2b
@ -1,4 +1,6 @@
|
|||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
RewriteCond %{HTTPS} off
|
||||||
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
||||||
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh
|
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user