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