Daniel Rudolf 9 yıl önce
ebeveyn
işleme
b2a7c7623d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      content-sample/index.md

+ 1 - 1
content-sample/index.md

@@ -299,7 +299,7 @@ location ~ /pico/(\.htaccess|\.git|config|content|content-sample|lib|vendor|CHAN
 
 
 location ~ ^/pico(.*) {
 location ~ ^/pico(.*) {
     index index.php;
     index index.php;
-    try_files $uri $uri/ /pico/?$1&$args;
+    try_files $uri $uri/ /pico/index.php?$1&$args;
 }
 }
 ```
 ```