Fixing the “MySQL Server Has Gone Away” Error in WordPress
Since databases are the major components of most modern websites and therefore if there are errors that affect your website, then you need to take them seriously. For example, the “MySQL ser
Everything You Need to Know About WordPress Salts
WordPress salts help to keep your WordPress website secure by enabling secure storage and authentication of passwords of users at your site. WordPress Salts: Explained In DetailWordPress sal
Learn to Use the Group Block in WordPress
From the time when Gutenberg editor was integrated into WordPress in version 5.0, blocks have become the basis of building posts and pages in the visual editor. For saving your time, the Gro
How to determine the WordPress Version?
The article contains two methods for determining the current WordPress version. Method #1 – Using Administration Interface Identifying the WordPress version using the administration interfac
Learn to Move WordPress from Local Server to Live Site Using Plugin
You can build your website locally on your computer with the software such as WAMP (for Windows) or MAMP (for Mac) to speed up your website development.After you have finished developing you
Popular SSH Commands for WordPress Users
When you use SSH with WordPress, it can be one of the most secure and convenient methods of accessing your website. SSH is a protocol that helps to access the files on your site which means
How can I build a WordPress website using the server URL of my account?
The server URL for the primary domain name of an account looks something like this : http://servername.com/~cpanel_username/ here :servername.com denotes the hostname of the server on w
Getting 404 Not Found error after enabling my SEFs, how to resolve it?
If you get 404 Not Found error then make sure that your .htaccess file in your WordPress’s main directory has following rules : RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond
Where is my WordPress configuration file is stored?
WordPress is responsible to store your database information in a file that is known as wp-config.php. This configuration file is located in the document root directory of your
Learn how to configure WordPress to work with a new domain?
In this article, we will see a few methods to change the domain name on your WordPress application. Method 1 : Using phpMyAdmin You need to change the siteurl and home op