瀏覽代碼

public/.htaccess

jun 2 月之前
父節點
當前提交
0133784620
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      public/.htaccess

+ 5 - 0
public/.htaccess

@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}