From e58e81f76822388336b0fb237499cad3d115cffc Mon Sep 17 00:00:00 2001 From: Kakabay Date: Fri, 31 Mar 2023 16:29:41 +0500 Subject: [PATCH] config --- public/.htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 053377d..62d0312 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,2 +1,4 @@ -Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html -[QSA,L] +Options -MultiViews +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ index.html [QSA,L]