Loading a PHP file without a query string parameter downlo

Maxim Dounin mdounin at mdounin.ru
Sun Nov 13 02:35:40 UTC 2011


Hello!

On Sat, Nov 12, 2011 at 08:59:04PM -0500, Ilan Berkner wrote:

> We're upgrading our web server (physical machine).  Our site works fine.
> 
> However, I noticed that going to a PHP file, i.e. /index.php causes the
> file to download.  Going to /index.php?asdfasdf causes the file to work
> correctly.  Help?
> 
> In our Nginx configuration we have:
> 
>                 location ~ \.php$
>                 {
>                         fastcgi_param HTTPS on;
>                         include fcgi;
>                         fastcgi_pass joomphp;
>                 }
> 
> In our old server, this works fine and we don't have this issue.

Browser cache?

Maxim Dounin



More information about the nginx mailing list