How change WordPress memory limit 40m to 256m

how can i change “WordPress memory limit 40 m” limit to local. I didn’t find any wpconfig folder. Who can tell me step by step how I can change this?

You need to edit the wp-config.php file.

Find the line that says /* That's all, stop editing! Happy publishing. */ and add the following code ABOVE that line:

define('WP_MEMORY_LIMIT', '256M');

Thanks for the info but where can I find wp-config.php file now?

It is in your site directory, it is constructed like a server.

For example if your site folder is called “bk07” then look in folder bk07 > app > public > wp-config.php

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.