From:             [EMAIL PROTECTED]
Operating system: Windows98
PHP version:      4.2.1
PHP Bug Type:     PHP options/info functions
Bug description:  Any query string causes Error 0: Not Found

Entering any url, say http://127.0.0.1/hello.php works fine. If I call the
same page with any type of query string appended, eg,
http://127.0.0.1/hello.php?x=y the only thing returned is a blank page
with: "Error 0: Not Found."

I came across the solution on the BadBlue website. In PHP.ini, if
"doc_root=" is not blank, you get this behavior. If you edit it back to
just doc_root= , the problem goes away and the url is evaluated properly.

This seems like very strange behavior to result from this setting and
probably not what you intended.


-- 
Edit bug report at http://bugs.php.net/?id=19824&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19824&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19824&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19824&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19824&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19824&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19824&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19824&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19824&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19824&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19824&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19824&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19824&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19824&r=isapi

Reply via email to