1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-26 01:44:20 +00:00

🔨 Add apache2 .htaccess file

This commit is contained in:
Steffo 2021-02-03 03:23:58 +01:00 committed by Stefano Pigozzi
parent 7cb27cfa5c
commit 825f6e8849

4
public/.htaccess Normal file
View file

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