Click to See Complete Forum and Search --> : help me


Anon
11-08-2000, 10:10 AM
Hi,
I was follow the instruction provide from php.net to install the php4 on
Apache for Win32.
Anyway, when I try to view the phpinfo.php page from my browser, I get this
info : The requested URL /php4/php.exe/phpinfo.php was not found on this
server.


So, Is they any body can help me ?

Anon
11-09-2000, 08:16 PM
Errr, do you have any idea on how the apache web server works?
Did you configure Apache to handle .php* files?
And well, you have to create the whatever.php file yourself in a simple text editor, and that file should contain the following line:

<?php phpinfo(); ?>

Then place that file somewhere in the www root folder, and open it using the correct path (most likely http://localhost/whatever.php)