Necessary WP configuration

27 Jul

After installing WordPress you can face some problem if you don’t have this configuration.

1. Add this line in wp-config.php

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

2. Find php.ini file or, create one php.ini file in public_html and paste the lines below.

max_execution_time = 300;
upload_max_filesize = 128M

Leave a Reply

Your email address will not be published. Required fields are marked *