mongular/mongular_base/master/public_files/.htaccess - Htaccess File

mongular/mongular_base/master/public_files/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule ^(mongular|templates|assets)($|/) - [L]
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.html?q=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache