PHP won't receive POST requests at /directory/ only at /directory/index.php
- by James Skidmore
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!