I'm running Apache 2 on Windows2000 with php4.
I'm able to run php ie: phpinfo() works fine.
When I try to run phpMyAdmin I get the following error

Warning: unable to parse url (http:///php4/php.exe/) in C:\Program Files\Apache Group\Apache2\htdocs\main.php on line 21

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in C:\Program Files\Apache Group\Apache2\htdocs\main.php on line 25

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/ob.lib.php on line 65

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 14

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 15

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 16

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 17

Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 20


Then page prints out fine and display my databases

I thought it had something to do with the extra / in http:///
but I'm not sure...anyone know what I may have configured wrong?