2017-11-24 18:08:29 +01:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
|
|
|
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/larbs.sh
|
2017-11-24 18:17:21 +01:00
|
|
|
Redirect /arch.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/arch.sh
|