How can I fix the \"http error 500\" of wordpress site, thank you in advance for you answer.
1 Answers
The memory bump doesn't go into a .htaccess file in wp-admin. It goes into the .htaccess in the webroot. Use FTP to find and delete the .htaccess file you put in wp-admin.
Then forget about .htaccess files and try adding the line below near the top of your wp-config.php file, a few lines after the opening
<?php
define('WP_MEMORY_LIMIT', '64M');
Please login or Register to submit your answer