How to use Virtual Private Server as WordPress Image CDN

It sounds you want to do something similar as described in this article https://surpriseazwebservices.com/serve-images-from-sub-domain-in-wordpress/. You’ll need to define your upload_url_path as your private server and also update the path of your existing images by running the following query in MySQL. UPDATE wp_posts SET post_content = REPLACE (post_content,’http://yoursite.com/wp-content/uploads/’,’http://img.yoursite.com/’); The steps should all be documented in the … Read more

Entire VPS locks up when using particular theme [closed]

Usually the first step is to make sure there is no problem by changing the theme to Twenty Eleven and running the ‘same steps’ to recreate the problem. Some themes may not be ready for WordPress 3.4.1 as it introduced a lot of theme related changes. So see if there is anything on the WordPress.org … Read more

tech