Click to See Complete Forum and Search --> : PHP4 + Apache + WINNT


Anon
02-07-2001, 10:11 AM
I am having problems configuring Apache/PHP to run on WINNT. I am new (you've heard that one before) at using Apache and PHP. So please explain things in detail.
Apache is running correctly. I got php to work on PWS. But I don't know how to get PHP to work on Apache.
Please help.

Anon
02-07-2001, 01:11 PM
R u chinese? If u can read chinese, please go to www.sohu.com and search PHP or mysql. Then u will find a huge of we site which is about PHP or mysql.

Anon
02-07-2001, 01:14 PM
Sorry, I am not Chinese. I live in the USA and can only speak English. Know of any sites in English with this info I am looking for?

Anon
02-07-2001, 06:05 PM
hi dan
insert this line at apache/conf/httpd.conf:
------------------------------------------
ScriptAlias /php/ "c:/php/"
Action application/x-httpd-php "/php/php.exe

AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
------------------------------------------
if you have any aproplems call me:)