choffmeister/angular-seed/master/resources/.htaccess - Htaccess File

choffmeister/angular-seed/master/resources/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On

  # Explicitly disable rewriting for api routes
  RewriteRule ^api/ - [L]

  # Disable rewriting for requests to existing files
  RewriteCond %{REQUEST_FILENAME} !-f

  RewriteRule ^(.*)$ index.html [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache