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 […]

How to restore MySQL database backup in cPanel

If you need to revert back to a database backup, then this class is for you. 1) Log into your cPanel account. How to login to cPanel 2) Locate the Databases section and select phpMyAdmin 3) Once phpMyAdmin has been loaded, you should now see a list of your databases under your cPanel account. 4) Now on the right […]