ID:               16893
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows 98
 PHP Version:      4.2.0
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


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

[2002-04-29 02:19:50] [EMAIL PROTECTED]

I have recently installed the Apache web server and PHP4 on a Windows
98
   platform.  I am trying to run the script phpinfo.php through the
which only
   contains:  <? phpinfo() ?>

   The web brower displays the following message:
   Invalid URI in request GET /phpinfo.php HTTP/1.0

   The apache error log contains: 
   [Tue Jun 20 11:09:01 2000] [error] [client 127.0.0.1] Invalid URI
in
   request GET /phpinfo.php HTTP/1.0

   The apache access log contains:
   [Mon Apr 29 14:11:13 2002] [error] [client 127.0.0.1] Invalid URI in
request GET /test.php HTTP/1.1

   My scripts is located in c:/web/phpweb

   My Apache httpd.conf file has the following modifications/additions
   relating to PHP:
  ScriptAlias /php4/ "c:/WEB/php4win/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
Action application/x-httpd-php "/php4/php.exe"

   My PHP.ini file is in the c:/windows directory and contains the
   following modification/additions:
   doc_root                = "c:\web\phpweb"
   extension_dir = "c:\web\php4win"

   I reviewed all of the documentation and FAQs on this site and
others
   have not been able to find a
   resolution to my problem.  Thanks.      



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


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

Reply via email to