فهرست منبع

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;
+            }