How to Increase the Maximum File Upload Size in WordPress via htaccess

Опубликовано: 17 Март 2025
на канале: WordPress Tuts
8,224
29

Modifying the .htaccess file in the root directory, you can increase the maximum upload size in WordPress.

Code:

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300