php not running - help...
Posted: Tue Feb 24, 2004 10:46 pm
I'm using Win XP for my php installation.
I addded the necessary files from c:\php\dlls to system32 and have configured my php.ini file in c:\windows by the following
1) extension_dir = c:/php/extensions
2)doc_root = "c:/Program Files/Apache Group/Apache/htdocs"
and added the following lines to my apache httpd.conf file
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
however I cannot change the mibs folder into the c:\usr directory because the USR folder doesn't exist in c:, is this the reason why my php is not running? If not pls offer your suggestions.
I addded the necessary files from c:\php\dlls to system32 and have configured my php.ini file in c:\windows by the following
1) extension_dir = c:/php/extensions
2)doc_root = "c:/Program Files/Apache Group/Apache/htdocs"
and added the following lines to my apache httpd.conf file
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
however I cannot change the mibs folder into the c:\usr directory because the USR folder doesn't exist in c:, is this the reason why my php is not running? If not pls offer your suggestions.