captdeaf/banana-muclient/master/html/.htaccess - Htaccess File

captdeaf/banana-muclient/master/html/.htaccess

Allow from all
AddDefaultCharset UTF-8
DirectoryIndex index.html
RewriteEngine on
# Banana server only handles /action/, that is all we forward, everything
# else is a static file handled by Apache.
RewriteRule ^(/?action.*) http://localhost:8088/$1 [P,QSA,L,E=no-gzip:1]
RewriteRule ^(/?guest.*) http://localhost:8088/$1 [P,QSA,L,E=no-gzip:1]
RewriteRule ^(/?user.*) http://localhost:8088/$1 [P,QSA,L,E=no-gzip:1]

On Github License

Files

Download PDF of Htaccess file
no-gzip, static

Comments

Apache