View Single Post
Old 04-04-2005, 02:21 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,446
sde is on a distinguished road
here's the magic configurations:

in your apache httpd.conf file, add this:
Code:
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php
then, if you are using mysql, copy c:\php\libmysql.dll to c:\windows\system32

restart apache and you should be set.
__________________
Mike
sde is offline   Reply With Quote