Hi Robert,

It sounds like apache is not passing php files to the PHP engine.  Make sure
that all of teh following lines have been added to your httpd.conf file.

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"

I hope that helps

Andrew Stopford

"Robert Razniewski" <[EMAIL PROTECTED]> wrote in message
028201c123ff$85d13ec0$7a00000a@RobertRazniewski">news:028201c123ff$85d13ec0$7a00000a@RobertRazniewski...
Hi all.

I have found a similar thread in the list archive, but can't find the
solution.

Im using Apache + PHP4 + Windows98.
I have configured both Apache and PHP as described in manuals.
After startig 127.0.0.1/scripts/myfirstphp.php in my browser I get the
download prompt from Windows instead of php-results.
What should I do?

Regards
rr






-- 
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]

Reply via email to