ScriptAlias /php/ "D:/php/"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
Ah, I finally did it. The lines above were what I wrote in. I took out all references
to "4" since my directory didn't have a "4" in it. Tricky!!
I also added php in the mime.types fil
I added that line in, didn't make any difference. The browser is still asking me if I
want to download my php file.
Just to reiterate. My Win 2000 box is not on a network and I am using http://127.0.0.1
to serve the file back to me. Apache seems to serve regular html file fine.
I'm trying to c
Hello:
Thanks for your reply. Pls tell me where I have gone wrong for the PHP server is still
not parsing the file, basically the browser is still asking if I want to download the
php file. I've included my httpd.conf file as an attachment.
I'm not all that well-versed on Apache. So pls bear wi
I am running Apache on Win 2000 and am trying to install PHP on it. I've used the PHP
installer and have configured my httpd.conf file to recognize the php mime type.
I am using localhost or 127.0.0.1 to do this since I don't have a box that is online.
I've never tried the localhost route befor