If phpinfo works -- then you have a working php. Be
sure to protect a script which accesses pgpinfo by locating it in a
restricted-access directory (as phpinfo echoes protected information (i.e. your
password) for all the world to see.
I may be wrong here, but I think the scriptalias
directive works only for CGI... i.e. your line ...
ScriptAlias
/php/ "C:/My Programs/PHP/"
is
problematic.
Try
putting your .php script in a web-accessible path... something like
...
Alias /phpmyadmin/ "C:/phpmyadmin/"
<Directory "C:/phpMyAdmin">
Options All MultiViews AuthType Basic AuthName "Administration phpMyAdmin" AuthUserFile /.htpasswd require valid-user </Directory> Bill Angus, MA
http://www.psychtest.com
|