Don't know if this is a PHP issue or an Apache issue...sorry in advance if it's Apache.
I have an address form in one of my php scripts. A user is trying to set his address to the legitimate address "123 Floyd Curl St." but whenever he tries to submit the form, Apache throws up a "503 -- Service Temporarily Unavailable" and the error log reads:
Access Denied: "curl\x20"@post_payload
Apparently the server thinks the user is trying to actually execute the curl command.
How do I get the word "curl" to be accepted in the form post?
Thanks in advance,
Blakenzoe