mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 23:44:22 +00:00
🔨 Add apache2 .htaccess file
This commit is contained in:
parent
332fdd9262
commit
58848bbbfa
1 changed files with 4 additions and 0 deletions
4
public/.htaccess
Normal file
4
public/.htaccess
Normal file
|
@ -0,0 +1,4 @@
|
|||
Options -MultiViews
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.html [QSA,L]
|
Loading…
Reference in a new issue