瀏覽代碼

20250228 调整

贾小兵 1 月之前
父節點
當前提交
bc4062e547
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      public/nginx.htaccess

+ 4 - 0
public/nginx.htaccess

@@ -0,0 +1,4 @@
+if (!-e $request_filename) {
+                rewrite  ^(.*)$  /index.php?s=$1  last;
+                break;
+            }