hi,
LoadModule php4_module "C:/Program Files/php/php4apache.dll"
C:/Program Files, i don't think this path can work, use shorter msdos pathname, no space
open your access.log, figure out where apache point to the actual path
for me i install apache in c:/apache and php is c:/apache/php
i just put LoadModule php4_module "php/sapi/php4apache.dll"
i guess the path is relative to the dir where u install apache , good luck
from winston