Table of Content [Tutup]
Cara Menaikkan PHP Memory Limit, PHP Max Execution Time, dan Max Upload Size Pada Wordpress Tanpa Membuka CPanel
1. Install Plugin : File Manager – WordPress plugin | WordPress.org , kemudian Aktifkan
2. Buka Menu WP File Manager
3. Cari file wp-config.php, tambahkan kode berikut setelah tag <?php, kemudain simpan
define('WP_MEMORY_LIMIT', '512M');
4. Cari file .htaccess , dan tambahkan kode berikut pada baris paling atas
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 300
php_value max_input_time 300
Selesai.
إرسال تعليق