2017-11-24 18:08:29 +01:00
|
|
|
RewriteEngine On
|
2018-01-31 21:14:03 +01:00
|
|
|
RewriteCond %{HTTPS} off
|
|
|
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
2017-11-24 18:08:29 +01:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
2017-12-14 17:53:22 +01:00
|
|
|
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh
|
|
|
|
Redirect /arch.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/arch.sh
|
2018-01-20 18:17:32 +01:00
|
|
|
Redirect /testing.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/testing/src/larbs.sh
|