I am running win98 with apache webserver. Everything works fine except posting,editing,and exporting. When I try to add new for example I the page keeps wanting to load for example:
(changing php.exe to entry.php) Everything works fine.
I attempted to find out where in the source it is looking to php.exe but found nothing. I also tried putting in my php.exe file in there to test it, but no IE keeps wanting to download the file (which is good, that is the way I setup apache to work)
Is this some problem with the code or possibly my php.ini file??
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
figured it out. its a bug with apache 2.x running on windows. you need to use the php4apache2.dll instead of executing php.exe from the apache install script. glad to finally have this sorted out
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am running win98 with apache webserver. Everything works fine except posting,editing,and exporting. When I try to add new for example I the page keeps wanting to load for example:
http://localhost/pinv/php.exe?hash=8260c25d5a2f34a7e0eff9562ce16c69&action=new&categoryid=9
Why php.exe?
If I manually change the link to
http://localhost/pinv/entry.php?hash=8260c25d5a2f34a7e0eff9562ce16c69&action=new&categoryid=9
(changing php.exe to entry.php) Everything works fine.
I attempted to find out where in the source it is looking to php.exe but found nothing. I also tried putting in my php.exe file in there to test it, but no IE keeps wanting to download the file (which is good, that is the way I setup apache to work)
Is this some problem with the code or possibly my php.ini file??
thanks
figured it out. its a bug with apache 2.x running on windows. you need to use the php4apache2.dll instead of executing php.exe from the apache install script. glad to finally have this sorted out