pico-3.0-alpha
Daniel Rudolf 9 years ago
parent e32a46d6cf
commit b2a7c7623d
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      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;
} }
``` ```

Loading…
Cancel
Save