From aadbbb202db8f8142634c4ae5e294cb2e2f912db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 8 Apr 2022 16:56:28 +0300 Subject: [PATCH] remove web hash mode --- public/.htaccess | 8 ++++++++ public/index.html | 1 + src/router/index.js | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 000000000..82ca1ead4 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,8 @@ + +RewriteEngine On +RewriteBase /primevue/ +RewriteRule ^primevue/index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /primevue/index.php [L] + diff --git a/public/index.html b/public/index.html index d83f6f40a..257f9a267 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@ +