Как исправить Ошибку 413 Request Entity Too Large в WordPress. Легкое решение

Published: 22 September 2021
on channel: X3M Slider
1,112
8

В файл functions.php добавить строки и изменить цифра на свои значения:
@ini_set( 'upload_max_size' , '50M' );
@ini_set( 'post_max_size', '50M');
@ini_set( 'max_execution_time', '200' );

Второй способ в файл .htacces, добавить и изменить строки:
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 200
php_value max_input_time 200


Watch video Как исправить Ошибку 413 Request Entity Too Large в WordPress. Легкое решение online without registration, duration hours minute second in high quality. This video was added by user X3M Slider 22 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,112 once and liked it 8 people.