2018-10-31 05:44:01 +01:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
|
|
|
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/larbs.sh
|
|
|
|
Redirect /arch.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/testing/arch.sh
|
2018-12-20 17:54:26 +01:00
|
|
|
ErrorDocument 404 /index.html
|