Ispconfig 3.1 Nginx drupal 8.4 impossible to execute mysite.tlg/update.php

Discussion in 'Programming/Scripts' started by vclarine, Jan 15, 2018.

  1. vclarine

    vclarine New Member

    Hello,
    I'm working on a linux debian server with (Ispconfig 3.1, nginx, php 5) and I installed drupal 8.4 and it's impossible to update it with update.php because I always have the famous message
    (/update.php/selection ERROR 404 - Not Found ...)
    I followed all the recommendations on the configuration of Virtualhost Nginx but it does not work ..
    Even on Nginx's recommendation on config with location ~ '\.php$|^/update.php' {
    fastcgi_split_path_info ^(.+?\.php)(|/.*)$;
    .....
    }
    It does not work .. Can you help me?
     

Share This Page