Title: 413 Error: Request Entity Too Large
Last modified: April 15, 2017

---

# 413 Error: Request Entity Too Large

 *  [simonn](https://wordpress.org/support/users/simonn/)
 * (@simonn)
 * [9 years ago](https://wordpress.org/support/topic/413-error-request-entity-too-large/)
 * I am facing this error when trying to attach image larger than 50kb of size.
 * This is how it looks:
 *     ```
       Request Entity Too Large
   
       The requested resource
       /wp-comments-post.php
       does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
       Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.
       ```
   
 * Please help me to fix it.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Group Of Oceninfo](https://wordpress.org/support/users/princebhalani143/)
 * (@princebhalani143)
 * [9 years ago](https://wordpress.org/support/topic/413-error-request-entity-too-large/#post-9040527)
 * Try to look for the following line in the php.ini and set it to the size that
   you require:
 * Check and/or increase the following:
 *     ```
       upload_max_filesize = 32M
       post_max_size = 32M
       ```
   
 * Optionally increase:
 *     ```
       max_execution_time =300
       max_input_time=300
       memory_limit =128M
       ```
   
 * Or You can then set it in the .htaccess file:
 * `php_value post_max_size 32M`
 *  [black lion](https://wordpress.org/support/users/black-lion/)
 * (@black-lion)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/413-error-request-entity-too-large/#post-9326951)
 * Waar vind ik die php.ini Ik heb gezocht maar kan het nergens vinden.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘413 Error: Request Entity Too Large’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-advanced-reviews_e4d0d8.
   svg)
 * [YITH WooCommerce Advanced Reviews](https://wordpress.org/plugins/yith-woocommerce-advanced-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-advanced-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-advanced-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-advanced-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-advanced-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-advanced-reviews/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 2 replies
 * 3 participants
 * Last reply from: [black lion](https://wordpress.org/support/users/black-lion/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/413-error-request-entity-too-large/#post-9326951)
 * Status: not resolved