5 lines
182 B
ApacheConf
5 lines
182 B
ApacheConf
|
RewriteEngine On
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
||
|
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/larbs.sh
|