Hmm.. I got Apache 1.3.26 and I am using PHP 4.2.3 on Win2k.. I am using the SAPI module from PHP to be used by Apache.. I can surf to a PHP Page without any problem. I can even look out for phpinfo() from a page, but previously I worked with Ultradev to create a PHP page using PHakt that worked perfectly with IIS.
Now I am not using IIS and when I surf to that page I can enter the USERNAME and PASS, and when I click on Submit it will submit the form and I even see the Session been created but then it will come back to the login page again instead of the normal page.
In login page I have programmed it to match the username and pass from a MYSQL DB and then create the Session Var and redirect itself to the admin area. Somehow it doesnt even show me the error message if I enter the wrong password (ie. if(isset(var)){show error}). I know it is most probably a setting or some installation issue. Please help me about this. I have had enough with this issue. 🙁