413 Request Entity Too Large

The server responds with 413 Request Entity Too Large after a fairly large POST request. What to do to resolve?

It did not help to increase PHP’s post_max_size and upload_max_filesize values.

SOLVED

upload_max_filesize contained an incorrect value “200MB” instead of “200M”.