[PHP-DOC] #20453 [Opn->Ana]: $_SERVER['QUERY_STRING'] not set on 404 redirect From: sniper <email protected>
Date: 11/16/02

 ID: 20453
 Updated by: sniper <email protected>
 Reported By: clewis <email protected>
-Status: Open
+Status: Analyzed
-Bug Type: Apache related
+Bug Type: Documentation problem
 Operating System: RedHat 7.3
 PHP Version: 4.2.3
 New Comment:

This is how Apache behaves. It doesn't set QUERY_STRING when
page is not found as it's redirected.

You can test this with putting phpinfo() into your 404 script. Search
for "REDIRECT_QUERY_STRING" in the "Apache Environment" section..

(it's also in _SERVER var)

Previous Comments:
------------------------------------------------------------------------

[2002-11-15 18:20:58] clewis <email protected>

$_SERVER['QUERY_STRING'] is empty in our 404-handling script, which is
displayed when the user's URL is not found. The query string appears
correctly in REQUEST_URI, so the data is there, it's just not getting
into the QUERY_STRING var.

Here are some dumps of the $_SERVER array, for an existing script, and
a bad URL that displays the 404 script:

(user: bugzilla; Pass: bugzz)

http://clewis.myfonts.com/exists.php?stuff=things
http://clewis.myfonts.com/notexist.php?stuff=things

Using Apache 1.3.26, PHP 4.2.3, configured with
'./configure' '--prefix=/usr/local' '--with-apache=../apache'
'--with-mysql=/usr/local' '--with-curl' '--with-gd' '--with-mcrypt'
'--with-pspell' '--enable-apc' '--with-zlib'

-Chris

------------------------------------------------------------------------

-- 
Edit this bug report at http://bugs.php.net/?id=20453&edit=1

-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php