• Resolved nikphirke

    (@nikphirke)


    Hi, I’m having some weird issue. When I try uploading image to reviews, it’s showing the following error.

    Request Entity Too Large
    The requested resource
    /wp-comments-post.php
    does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.

    Any idea? I’ve already increased the upload file size limit to 64MB and execution time to 300 in php.ini. Still getting the error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nikphirke

    (@nikphirke)

    Not sure why increasing upload file size limit didn’t work but I found the solution in the other thread here and that solved the issue.

    I added the following lines to my htaccess file.

    <Files *.php>
    SetInputFilter PHP
    LimitRequestBody 5242880
    </Files>
    Plugin Author cusrev

    (@ivole)

    Thanks for letting us know what the solution was!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘413 Request Entity Too Large’ is closed to new replies.