Fix .htaccess redirect rules

`[...] /LARBS/master/rc/larbs.sh` -> `[...] /LARBS/master/src/larbs.sh`
`[...] /LARBS/master/rc/arch.sh`  -> `[...] /LARBS/master/src/arch.sh`
This commit is contained in:
Caian R. Ertl 2017-12-14 14:53:22 -02:00
parent a61042dd46
commit e883965241
No known key found for this signature in database
GPG Key ID: 792821A68EC0A52E

View File

@ -1,5 +1,5 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/larbs.sh
Redirect /arch.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/arch.sh
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