Page 1 of 1

Apache/Php Warning error?

Posted: Sat Aug 02, 2003 5:03 pm
by greeneel
I recently installed both apache and php on my system win 2000 server i got as far and adding the ScriptAlias and Addtype directives not in teh instructions i was told to create a page with the following tags in it<? phpinfo () ?> i saved this page as test.php to Program files/apache group/apache/htdocs ...now thsi is after i got http://localhost and http://127.0.0.1 to work so php and apache is talkin ok.. I have uncommon the extensions and pointed doc_root and extension_dir to the relivant folders now my problem is when i type http://localhost/test.php

i get a error
Unknown(): Unable to load dynamic library `C:\WINNT\system32\php_*.dll` (all the extension dll`s are named out ) The specified module could not be found ..

I have coppied these extensions to the winnt\system32 folder already can someone help?