FMS, PHP and POST method forms...
Hi,
I've installed free FMS developper version on a vista OS, using the embeded Apache server.
I added PHP 5.13 and everything seems to work except that :
when I try to manage HTML forms, using the 'post' method, the result is a prompt windows, asking me for downloading the php file (corresponding to that pointed in the 'action' attribute. It acts as if Apache did not recognize the type php.
My httpd.conf includes everyting to make php works fine. The clue is, when I change the form 'method' to 'GET', the php script works well !
My FMS is configured to tunnel the HTTP request, listening to ports 80 and 1935 ant proxying HTTP to port 8134 (defaults)
When I override this tunneling, by requesting the php file from my web browser directly to port 8134, it works fine too !
Now, I know that the problem comes from FMS and HTTP tunneling, but I have no idea how to solve it...
So....any tip or/and solution are very welcome !
Thanks,
