Page returns 404 with POST variables, but not without
I have a problem with my page. I'm trying to make a "Contact Us" page. It's working perfectly fine design-wise. But when I try to send the form to the same page as origin. It returns 404 error.
It only happens when I'm sending the form. I've tried both with GET and POST requests. Nothing seems to work.
I've even commented out the PHPMailer part. It's caused entirely by the extra variables.
If it helps anything, they're "name", "email" and "message".