reverted .htaccess

This commit is contained in:
Ulf Gebhardt 2021-04-28 14:20:47 +02:00
parent 4720391599
commit 938ff6c6a4
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,6 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !^/vue
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>