Hi again...
THAT'S FOR SOMEBODY THAT HAS MY PROBLEM...
The file i mentioned in my last post, is an Apache-MySQL-PHP combo that
includes phpMyAdmin (everything is configured and it works... even in NT)
The problem (It seems only happens in NT) is the next:
in the httpd.conf file you need to set up (in directories you want to run
PHP)
<Directory "c:/apache/htdocs">
Options ExecCGI
</Directory>
and
ScriptAlias /php/ "c:/php/"
C:/PHP must be the folder in your PC where php.exe is
And with these changes in httpd.conf...
IT WORKS!!!!!!!!!!!!!!!!!!!
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]