Stopping, re-configurating WordPress background AJAX load (Heartbeat)

Due to WordPress background heartbeat, you may run into connection issue or 403 access denied message to your webserver if there is a (Per IP Connection limit) set for the web server To combat this, you can disable or change the heartbeat rate for your WordPress. Download, install and activate the Heartbeat Control plugin for […]

How to update WordPress to use new Domain name

In this tutorial, we will guide you on how to update your existing WordPress to use a new domain name. First, you need to prep your WordPress by following this guide and add the new domain’s URL to the config. Once that is done, log into your WordPress Admin area by going to http://yournewdomain.com/wp-admin If […]

How to install PHP extension on DirectAdmin with multi-php enabled

With multiple PHP installed on a system, sometimes it is a little harder and confusing to install additional PHP extensions. This class will teach you how to install an additional extension via command line. First, you need to determine which versions of PHP you have enabled on your DirectAdmin server. To do this, you can […]

Adding video player for your website with RTMP & HLS support

If you are looking to keep RTMP along with HLS (for mobile) running on your website at no cost, then this course is for you. You need to download jwplayer 5.10. This version of jwplayer is still free and can provide RTMP and HLS directly. Extract the package and copy jwplayer.min.js and player.swf to your […]

Updating WordPress siteurl & sitehome for new domain easily without touching the database

If you have recently moved your WordPress to another domain and need to quickly change the domain url without touching the database. This class is for you. Open  wp-config.php  Put in the following lines of codes at the top of the page after the <?php define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); You need to change the example.com to your new […]