this is the error message that i've got:

i know it's there because i've checked and double checked plenty of times. i've even moved it to the C:/ directory and it couldn't find it.
these are my .cof and .ini directives:
httpd.conf (amp/bin witht he httpd.exe)
Code: Select all
# For PHP 5 do something like this:
LoadModule php5_module "C:/Program Files/AMP/php/php5apache2.dll"
#AddType application/x-httpd-php .php .box
# configure the path to php.ini
#PHPIniDir "C:/program Files/AMP/php/"
DocumentRoot "C:/Program Files/AMP/test/"
<Directory "C:/Program Files/AMP/test">Code: Select all
doc_root = "C:/Program Files/AMP/test"
extension_dir = "C:/Program Files/AMP/php/ext"now i want to load this as a module and i've got 2 php.ini's (one is in the httpd.exe folder and the other with PHP itself cuz i was told to keep it there). secondly i have the PHP folder within AMP folder.
this is the folder layout incase people are confused:
program files
-------- amp
-------- bin
---------------- httpd.exe
---------------- php.ini
-------- php
---------------- ini
thanx for your help