Help with overloading the limits of CPU/RAM issue in a resseler account with wp sites

Your first issue is the fact that you’re on shared hosting. The fact that 1,195 websites are using the same IP address is a dead giveaway. You’re likely running into resource limits with your hosting provider. Second is a misconception of what caching does to optimize a site. Caching helps clean up and optimize load … Read more

Need to delete a wordpress website from Cpanel

Instead of delete, you can move all files from /wp to root folder. Then use this script to replace url from example.com/wp to example.com inside the database https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ Follow these few steps. Move all your website files to root from /wp folder. Upload the script folder to your web root. Browse to the script file … Read more

Migrating domain name from old WP host to new (which uses vhosts)

You can set the domain for the WP install in the config-file wp-config.php and so its easy to set an new domain for a install. define(‘WP_SITEURL’, ‘http://www.example.com’); define(‘WP_HOME’, ‘http://www.example.com/blog’); Now use WordPress this domains and the settings in backend was not deciding. But the task after this small change is, that you change the url … Read more