Have you added:
AddType application/x-httpd-php .php
to your httpd.conf?
You will need to restart Apache after doing this for it to take effect.
HTH,
Mikey
>= Original Message From "Ashish Borkar" <[EMAIL PROTECTED]>
=
>Hello ,
> I have installed Apache web server and PHP on a A
Hello ,
I have installed Apache web server and PHP on a AIX machine.
I wrote a test script called test.php which had a call to
phpinfo();
Then I added the file php to htdocs folder.
Then i went to a windows machine ,opened Internet Explorer and tried the URL
http://192.200.8.19/test.php
In addition to below, have you moved php4ts.dll to your windows system
directory?
> -Original Message-
> From: Mikey [mailto:[EMAIL PROTECTED]
> Sent: 11 August 2003 13:46
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Apache web server problem
>
>
> Hav