Click to See Complete Forum and Search --> : apache and php how


badbrad
07-19-2004, 01:12 PM
ok i have xp and i installed apache 1.3.31. it works. then i installed php 4.3.7to c:\PHP i edited my php.ini following these directions (http://www.ricocheting.com/server/php.html) and i put the .dll in the bin folder in apache.
i went to edt the config file for apache and added

LoadModule php4_module C:\PHP\
AddModule mod_php4.c
AddType application/x-httpd-php .php

at the very end

what do i put after c:\php\ ?
i tried everything in the folder and i get error messages saying it can't find some php_module or can't load into server.

can someone tell me what to do

planetsim
07-19-2004, 08:14 PM
Take the 2nd line out


AddModule mod_php4.c


Should work then.