Author Archives: Tyler

How to Manage Multiple Websites in ManageWP

If you have multiple WordPress installations hosted by ServerMeister, ManageWP provides a popular way to update your plugins, themes, and more from one central location rather than having to visit each site’s Dashboard. Install the ManageWP Worker Plugin The ManageWP Worker plugin allows ManageWP to communicate with your WordPress site. The plugin can be installed […]

How to Change the PHP Memory Limit

You can change the amount of memory PHP allots to each request by using a.user.ini file. Using .user.ini does not change the WordPress memory limit. C First, create a file named .user.ini in your app’s web root directory. apps/APPNAME/public/.user.ini Change the Memory Limit Then, enter the following line with the new value for your app’s […]