Htaccess File

footworkjs/generator-footwork/master/generators/app/templates/public/.htaccess

REQUEST_FILENAME
<IfModule mod_rewrite.c>
  <IfModule mod_negotiation.c>
    Options -MultiViews
  </IfModule>

  RewriteEngine On

  # Redirect trailing slashes
  RewriteRule ^(.*)/$ /$1 [L,R=301]

  # Main entry point
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ index.html [L]
</IfModule>
Exit mobile version