Welcome! Log In Create A New Profile

Advanced

Is there a bug in QUERY_STRING or try_files?

December 25, 2009 02:52AM
Hello all,

I found a problem when using try_files, it seems a tiny bug here.

Configuration section:
[code]
location / {
root /home/tee/abc.com;
try_files $uri /t.php;
}
[/code]

other configuration sections like fastcgi settings are omitted. In t.php file, I have some lines of code there:
[code]
<?php
var_dump($_GET['q']);
print_r($_SERVER);
[/code]

Now we will try to visit the site http://abc.com/search/?q=test
$_SERVER['QUERY_STRING'] should be [u]q=test[/u] and $_GET['q'] should be [u]test[/u] as usual.

BUT, we will see $_SERVER['QUERY_STRING'] and $_GET['q'] are both empty here.

Is it a bug or configuration error?
Subject Author Posted

Is there a bug in QUERY_STRING or try_files?

seaprince December 25, 2009 02:52AM

Re: Is there a bug in QUERY_STRING or try_files?

seaprince December 25, 2009 02:58AM

Re: Is there a bug in QUERY_STRING or try_files?

edogawaconan December 25, 2009 03:06AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 292
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready