still doesn't work =\ when I try to look at a php script it says file not
found
Darvin Andrioli <[EMAIL PROTECTED]> wrote in message
01C0B770.88834BA0@PCDARVIN">news:01C0B770.88834BA0@PCDARVIN...
Hi,
change the following lines:
from
ScriptAlias /php/ "php"
to
ScriptAlias /php/ "c:/path/to/your/php/directory/"
and the third line from
Action application/x-httpd-php "php/php.exe"
to
Action application/x-httpd-php "/php/php.exe"
At the end reboot Apache.
Darvin
-----Original Message-----
From: Bhala [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 4:00 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] HELP!!! (PHP-WINDOWS98-APACHE)
I NEED HELP! For some resion Apache will not run the php scripts =\ I have
tryed different config variables in the httpd.config thing This is what I
have in there.
======================
ScriptAlias /php/ "php"
AddType application/x-httpd-php .php .phtml .php4 .php3
Action application/x-httpd-php "php/php.exe"
=========================
pls help!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]