From 991fc49c262590aff90a25a81f82b1082f2bc409 Mon Sep 17 00:00:00 2001 From: Turbo-Co <2622877764@qq.com> Date: Mon, 16 Dec 2024 10:08:29 +0000 Subject: [PATCH] update public/.htaccess. Signed-off-by: Turbo-Co <2622877764@qq.com> --- public/.htaccess | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index cbc78689..e69de29b 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +0,0 @@ - - Options +FollowSymlinks -Multiviews - RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] - -- Gitee