Ok I have an unusual problem. I have been using php on my hosting server for a few months, but I decided that I wanted to learn php so I have installed php4, myswl and the latest apache server on my computer running windows millenium. Everything appears to be working. I can make basic php scripts that work, and access the mysql datbase fine. I then installed phpBB 1.4, and it installed correctly. But here is the problem I am having:
phpBB has a login feature. Well her is what the url will look like before I login:
http://localhost/phpBB/index.php
then it goes to http://localhost/php/php.exe/phpBB/login.php
Of course this makes it so I can't get logged in. I am not sure if this is a apache problem or php configuration problem. For some reason it is placing the php.exe path directly after the root. I don't get it. Does anyone know how to fix this?