Apparently your browser is complaining about INFO.PHP, not PHP.EXE.
Do you call INFO.PHP inside INDEX.PHP ?
If you do, are you sure it exists and is on the right place ?

Luis

----- Original Message ----- 
From: "Miroslav Majdan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 7:12 PM
Subject: [PHP-WIN] /php-4.3.4-Win32/php.exe/index.php not found


Hi.

I have configured php and apache 1.3.28 (apache 2.0.48) under Win98 like 
this
php.ini:
extension-dir:/php-4.3.4-Win32/
httpd.conf:
ScriptAlias = "c:\htdocs"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php-4.3.4-Win32/php.exe"

In c:\htdocs I created simple index.php

I asked my browser (IE and Opera) for http://localhost/index.php and I 
became a message:

"The requested URL /php-4.3.4-Win32/php.exe/info.php was not found on this 
server."


When give localhost I became index.html which is correct.(apache works 
with *.html files correctly)

I tried to change Action "../php.exe" to "../php.exe " (added space) so 
that the request would look like php should open /index.php but it didn't 
work.

Should I reconfigure php so that it would understand the request or what?

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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

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

Reply via email to