PHP won't receive POST requests at /directory/ only at /directory/index.php

Posted by James Skidmore on Stack Overflow See other posts from Stack Overflow or by James Skidmore
Published on 2010-05-22T23:52:36Z Indexed on 2010/05/23 0:00 UTC
Read the original article Hit count: 221

Filed under:

When POST request are sent to "http://domain.com/directory/", the POST data isn't received. But if it's sent to "http://domain.com/directory/index.php" it is received.

How can I make it work when just the directory is called? Thanks!

© Stack Overflow or respective owner

Related posts about php