From d771b54ae5504e7796be1f4010ddd2fc3dd32514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Tue, 2 Jul 2024 16:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 0 public/nginx.htaccess | 8 -------- 2 files changed, 8 deletions(-) delete mode 100644 public/.htaccess delete mode 100644 public/nginx.htaccess diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index e69de29..0000000 diff --git a/public/nginx.htaccess b/public/nginx.htaccess deleted file mode 100644 index 1b06492..0000000 --- a/public/nginx.htaccess +++ /dev/null @@ -1,8 +0,0 @@ -location / { -  index index.php index.html; -  if (!-e $request_filename) { -    rewrite ^/index.php(.*)$ /index.php?s=$1 last; #必须在前面 -    rewrite ^(.*)$ /index.php?s=$1 last; -    break; -  } -} \ No newline at end of file