From 0337346f759d459ba86a56cf2f332ffe73e0e3f6 Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 27 Nov 2020 14:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=A7=AF=E5=88=86=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E6=A8=A1=E5=9D=97=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + public/nginx.htaccess | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 public/nginx.htaccess diff --git a/.gitignore b/.gitignore index d64e0577e..b8c5122c2 100755 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ .tea .idea .htaccess +nginx.htaccess *payment_*_respond.php *payment_*_notify.php \ No newline at end of file diff --git a/public/nginx.htaccess b/public/nginx.htaccess deleted file mode 100644 index 9778694c9..000000000 --- a/public/nginx.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -location / { - if (!-e $request_filename) { - rewrite ^(.*)$ /index.php?s=/$1 last; - } -} \ No newline at end of file