Skip to content
Snippets Groups Projects

Adding .htaccess

Closed mathieu.dartigues requested to merge 36-apache into main
2 files
+ 84
66
Compare changes
  • Side-by-side
  • Inline
Files
2
public/.htaccess 0 → 100644
+ 6
0
<Directory "/var/www/html/mvp-36-apache">
FallbackResource /mvp-36-apache/index.html
</Directory>
<Directory "./">
FallbackResource ./index.html
</Directory>
Loading