Increase upload maximum file size on wordpress using .HTACCESS without using any plugins

preview_player
Показать описание
Learn how to increase upload maximum file size on wordpress using .HTACCESS without using any plugins.

💻 Just only add the five (5) line of code on .htaccess
php_value upload_max_filesize 4096M
php_value post_max_size 4096M
php_value memory_limit 4096M
php_value max_execution_time 0
php_value max_input_time 0

💡 Please take note :
upload_max_filesize – set this to a value greater than your backup
post_max_size – set this to a value greater than your backup
memory_limit – set this to a value greater than your backup
max_execution_time – set this to 0 (infinite)

Want to Hire a Web Developer?

Tools I use:

#wordpress #htaccess #uploadfilesize #backup #php #cpanel #filemanager #migration #plugins
Рекомендации по теме
Комментарии
Автор

Thank you, so easy but i didn't know how to do it, thank youuu

kandyviris
Автор

Thank you so much for this! It really helped!!

treepocket
Автор

Thanks! This is what exactly I want to do but I don't know how to access the CPANEL? My hosting is IONOS.

ktlim