At 14:47 10-7-03, you wrote:
NET HELPMSG 3534

So i asked google and i found http://www.webdesignforums.net/thread4300.html and there the suggestion was made to put the path for the module between "quotes". otherwise the space in for example
/program files/
causes this error.


example:
change
LoadModule php4_module C:/Program Files/PHP/sapi/php4apache.dll
to
LoadModule php4_module "C:/Program Files/PHP/sapi/php4apache.dll"



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to