+1

drupal 8 update.php/selection

Luigi Laezza 8 år siden opdateret af likevlz 7 år siden 1

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(/.*|$)

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

Kundesupport af UserEcho