Skip to content
Snippets Groups Projects

Draft: feat: Add .htaccess to router vuejs

Closed mathieu.dartigues requested to merge 19-router-htaccess-apache into main
2 files
+ 15
9
Compare changes
  • Side-by-side
  • Inline
Files
2
public/.htaccess 0 → 100644
+ 6
0
 
RewriteEngine On
 
RewriteBase /mvp-19-router-htaccess-apache
 
RewriteRule ^/mvp-19-router-htaccess-apache/index\.html$ - [L]
 
RewriteCond %{REQUEST_FILENAME} !-f
 
RewriteCond %{REQUEST_FILENAME} !-d
 
RewriteRule . /mvp-19-router-htaccess-apache/index.html [L]
Loading