1
Fork 0
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:
Steffo 2021-02-03 03:23:58 +01:00
parent 332fdd9262
commit 58848bbbfa
Signed by: steffo
GPG key ID: 6965406171929D01

4
public/.htaccess Normal file
View file

@ -0,0 +1,4 @@
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]