+1
drupal 8 update.php/selection
Hi all,
I am trying to setup a drupal 8 site , all works fine but i cannot get this url to work , I got a 404 error on update.php/selection.
This is the url pattern i used [^/]\.php(/|$)|[^/]/update.php(/.*|$)
Служба підтримки клієнтів працює на UserEcho
In url pattern use
[^/]\.php(/|$)|[^/]/update.php(/.*|$)
In Advanced add to Custom configuration
location / {
try_files $uri /index.php?$query_string;
}
https://pantheon.io/blog/update-your-nginx-config-drupal-8