bcabanes/atomise/master/app/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On # redirect trailing slashes RewriteRule ^(.*)/$ /$1 [L,R=301] # handle index file RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/?assets/ RewriteRule ^ index.html [L] </IfModule>