📞 24/7 Support: 03 111 404 111💬 WhatsApp Us
🔒 Client Portal

WordPress Troubleshooting

413 Request Entity Too Large Error! How to Fix it?

By Pakish Team2 min read

413 Request Entity Too Large Error! How to Fix it?

The 413 error occurs when you try to upload a file that exceeds your server’s allowed size. Here’s how to fix it:

1. Increase Upload File Size Limit

Edit your .htaccess, php.ini, or wp-config.php:

php_value upload_max_filesize 64M
php_value post_max_size 64M

2. Update Nginx or Apache Config

For Nginx:

client_max_body_size 64M;

For Apache, use the above PHP directives.

3. Use a Plugin

Plugins like "Increase Maximum Upload File Size" can help.

4. Contact Your Host

If you’re on shared hosting, ask support to increase the limit.


Still stuck? Our (https://my.pakish.net/submitticket.php?step=2&deptid=1) can help you resolve upload issues quickly.

413 Request Entity Too Large Error! How to Fix it?

The 413 error occurs when you try to upload a file that exceeds your server’s allowed size. Here’s how to fix it:

1. Increase Upload File Size Limit

Edit your .htaccess, php.ini, or wp-config.php:

php_value upload_max_filesize 64M
php_value post_max_size 64M

2. Update Nginx or Apache Config

For Nginx:

client_max_body_size 64M;

For Apache, use the above PHP directives.

3. Use a Plugin

Plugins like "Increase Maximum Upload File Size" can help.

4. Contact Your Host

If you’re on shared hosting, ask support to increase the limit.


Still stuck? Our (https://my.pakish.net/submitticket.php?step=2&deptid=1) can help you resolve upload issues quickly.