mybanco/mybanco/master/.htaccess - Htaccess File

mybanco/mybanco/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_URI}      !Skins/(.*)$
RewriteCond %{REQUEST_URI}      !Images/(.*)$
RewriteCond %{REQUEST_URI}      !i/
RewriteCond %{REQUEST_URI}      !admin
RewriteCond %{REQUEST_URI}      !home
RewriteCond %{REQUEST_URI}      !install/
RewriteCond %{REQUEST_URI}      !backend/(.*)$
RewriteCond %{REQUEST_URI}      !docs/
RewriteRule (.*)                index.php?%{QUERY_STRING}&path=$1 [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_URI

Comments

Apache