How To Fix ‘413 Request Entity Too Large’ WordPress Error using .htaccess?

This error occurs generally when a user tries to upload a large size file and media in the WordPress. Then in response, the web server sends you an error that the entity exceeds the maximum upload limit. In the case of uploading a large size theme and plugins. This setting does not work and create an error “413 Request Entity Too large”.
You can fix error “413 Request Entity Too large” By Increasing Upload File Size with .htaccess File

Step::1 Login to your cPanel account and open File Manager section.

Step::2 Next, in File Manager, your website’s folders should be under the folder named ‘public_html’.

Step::3 You should see a file named ‘.htaccess’ here. If you don’t, you can use the search bar on the top-right of the screen to look for it.

Step::4 If your website has a .htaccess file but you can’t see it, visit Settings tab and click on ‘show hidden files.’

Step::5 Open the .htaccess file by right-clicking and choosing ‘Edit’.

Step::6 To Increase Upload File Size and fix  413 Request Entity Too Large Error in WordPress, paste the following code to this file:
php_value upload_max_filesize 64M 
php_value post_max_size 64M 
php_value max_execution_time 300 
php_value max_input_time 300

Step::7 Click on Save Changes tab and close the file.

Visit our Blog for more details. You can also watch the video here.
  • How to Fix the '413 Request Entity Too Large' Error, How To Fix '413 Request Entity Too Large' WordPress Error, How to Fix the 413 Request Entity Too Large Error in WordPress, How To Fix '413 Request Entity Too Large' WordPress Error using
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Fix WordPress error “There has been a critical error on your website”

Step::1 First of all login to your cPanel and go to File ManagerStep::2 Go inside public_html and...

How to Stay Logged in for a longer period in your WordPress?

Step::1 First of all you must know the theme which is currently activated in your website. So...

How to bulk delete spam comments in your WordPress website?

Step::1 Login to your cPanel and click on File Manager sectionStep::2 Go to public_html and then...

How to Change WordPress logo in wp-admin page?

Step::1 Login to your cPanel and go to File Manager sectionStep::2 Now go to Public_html Step::3...

How to Change WordPress Admin Username?

Step::1 Login to your WordPress dashboardStep::2 Now at the same time login to your WordPress...