Hi,
Remove php_value_memory_limit 256M
from htaccess file.
Open your wp-config.php file and add the following code to the very bottom, but just before the “happy blogging” line:
define('WP_MEMORY_LIMIT', '3000M');
Regards,
-
This reply was modified 7 years, 5 months ago by Ali Shan.