> I used - LoadModule php4_module C:\Program Files\Apache > Group\Apache\php-4.2.0-Win32\experimental\apache2filter.dll. But then when I > do an Apache -K start I get the following error message: "Load Module takes > two arguments, a module name and the name of a shared object file to load it > from" > > Where am I going wrong?
LoadModule php4_module "C:\Program Files\Apache Group\Apache\php-4.2.0-Win32\experimental\apache2filter.dll" If you have spaces in your path you need to wrap it in " so the config parser knows it's one string. [ h y p e r ] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php