Request Entity Too Large
问题 I get this message, Request Entity Too Large The requested resource /index.php does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. I set php_value post_max_size 50M php_value upload_max_filesize 50M in .htaccess but not helped How to overcome this? Thanks 回答1: After you are over the raising of PHP's memory_limit, post_max_size and upload_max_filesize, I would like to recommend you some articles related to the topic, maybe