Wednesday, January 28, 2015

increase upload file size in phpmyadmin

<p>go to apache or php directory then find the php.ini file then find below word</p><p>and put whatever value you want like 5M,10M etc.</p><p>upload_max_filesize = ?</p>

No comments:

Post a Comment

Workflow of WordPress project in a team with Git

1. We should not push any Wordpress core folders or files to github. 2. Only push custom theme and custom plugin into github. 3. So, in this...