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