Package: nginx-common Version: 1.14.0-1 Tags: patch Hi,
fastcgi-php.conf has this line in it: fastcgi_split_path_info ^(.+\.php)(/.+)$; This is to split "/main.php/subentry" into "/main.php" and "/subentry". But this does not work for "/main.php/"! Patch: Please replace (/.+) by (/.*). Cheers Elrond