Hello, something is wrong with my php.ini or httpd.conf files...
Last time I installed Apache and Php and they worked great, but this time I'm having problems for some reason... Can anybody help me to figure it out?
I have PHP4 and it's in my Apache folder.
PHP.INI:
include_path = "c:\program files\apache\php"
extension_dir = "c:\program files\apache\php\"
HTTPD.CONF:
ScriptAlias /php/ "c:/program files/apache/php/"
AddType application/x-httpd-php3 .php .php3 .phtml
Action application/x-httpd-php "/php/php.exe"
Now, when I go to localhost I can see PHP just fine, however, when I try to access phpMyADMIN OR my php files that has "require ("file.inc")" lines I get Fatal Error message... for example, I got this message while tried to go to phpmyadmin:
Fatal error: Failed opening required 'lib.inc.php' (include_path='c:\program
files\apache\php') in c:\program files\apache\htdocs\phpmyadmin\index.php on
line 3
Looks like it tries to find lib.inc.php in 'c:\program files\apache\php and it's not there... so how do I fix it?
Thanks a bunch