Skip to content
Snippets Groups Projects
Commit 36e23afa authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'htaccess' into 'master'

add .htaccess

See merge request startinblox/applications/coop-starter/coopstarter-front!110
parents 8f03df2f 20c1e151
No related branches found
No related tags found
1 merge request!110add .htaccess
......@@ -9,6 +9,7 @@
/dist/oidc-client-config.json
*.iml
/www/*
!/www/.htaccess
!/www/index.html
package-lock.json
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z]{2})/.*$ "$1/index.html" [L]
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment