OK, problem solved. There are a great number of nginx configuration guides
that suggest this configuration setting if you're using FastCGI:
fastcgi_param PATH_INFO $fastcgi_script_name;
Commenting out this setting fixed the problem for me. I'd like to thank Paul
Lesniewski for pointing me in the
More info: I've discovered an issue with the value returned from the
$_SERVER['PHP_SELF'] variable. For some reason the value contains the path
to a particular file concatendated to itself, like this:
/squirrelmail/src/left_main.php/squirrelmail/src/left_main.php
This causes HTTP 404 errors when
I think I see the problem:
> Base URL detected as:
> https://mydomain.net/squirrelmail/src/configtest.php/squirrelmail/src
> (location base autodetected)
The base URL is incorrect. What would cause this to be autodetected
incorrectly?
Scott
--
View this message in context:
http://squirrelm