WP2.71 update for multiple blogs, same server
The following solution works under these conditions.
You must have each of the blog scripts installed in your root domain on a WHM cPanel. I’ve not made it work when the script is installed as a sub-domain.
Only one script needs to be modified. I have the mods in one blog and ran plugin updates for four more with no modifications.
1. In wp-config.php add the following line to your definitions:
define(WP_TEMP_DIR’,'/home/username/public_html/tmp’);
Be sure to change “username” to your cPanel login name
2. Create a folder named tmp under the site’s public_html
3. Ste permissions on the new “tmp” folder to be 777
Close the file and update your blog
Related Posts
























