From 2923600af6ee16eb6af2f01d254a0c5ff92c31a7 Mon Sep 17 00:00:00 2001 From: tsf <460834639@qq.com> Date: Thu, 29 Feb 2024 18:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index e69de29..deb409e 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -0,0 +1,9 @@ + + Options +FollowSymlinks -Multiviews + RewriteEngine On + + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + ## RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] + RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] + \ No newline at end of file