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
Using FTP to Upload Files to WordPress – A Beginners Guide
If you are looking for a tutorial on how to use FTP to upload files on your WordPress website, you have landed at the right place. FTP or file transfer protocol is a simple and fast way to u
How to Install a WordPress Plugin?
Once you install WordPress, you need to learn about installing a WordPress plugin. To make it simple, WordPress plugins are similar to apps for your WordPress website. You can add new featur
Learn to Manually Move WordPress from Local Server to Live Site
After completing with your website customization, move website free from your computer to server machine to make it accessible for all. Let’s learn to move your WordPress website f
Common Commands Used To Update WordPress Using WP-CLI
WP-CLI is a set of commands that can be used very easily. It allows you to run everything in wp-admin on a WordPress site but by using the command line. In order to run WP-CLI on Managed Wor
Learn About WordPress Database Management with phpMyAdmin
WordPress has PHP as its scripting language and MySQL as its database management system. But to use WordPress, it isn’t needed to learn either of them. Simply understanding the basics of the