From 980d6b52ca4f8686825e511d792c8f5d2946fcad Mon Sep 17 00:00:00 2001 From: monanxiao Date: Wed, 8 Mar 2023 17:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4.htaccess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index cbc78689..00000000 --- a/public/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ - - Options +FollowSymlinks -Multiviews - RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] -