From 9d59613cf0c8250ffb233ff73f4bc5a85db641fa Mon Sep 17 00:00:00 2001 From: wh <382379437@qq.com> Date: Thu, 27 Mar 2025 15:13:04 +0800 Subject: [PATCH] fixed --- superadmin/public/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/superadmin/public/.htaccess b/superadmin/public/.htaccess index e69de29..d9ee23c 100644 --- a/superadmin/public/.htaccess +++ b/superadmin/public/.htaccess @@ -0,0 +1,8 @@ + + Options +FollowSymlinks -Multiviews + RewriteEngine On + + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] +