From 58848bbbfa3fab6a82a620b7c179fe8a68be2f37 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Feb 2021 03:23:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20apache2=20.htaccess=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..e552790 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,4 @@ + Options -MultiViews + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.html [QSA,L] \ No newline at end of file