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
Learn to Fix the upload_max_filesize Error in WordPress
Mostly there is a limit set to the PHP memory by web hosting providers to run applications and scripts. An error “the uploaded file exceeds the upload_max_filesize directivein php.ini” occur
Step by Step Guide to Manage and Use WordPress Custom Fields
When you read blog posts, you can see the author’s name, the topic or category the article belongs to, and the date of publication. However, bloggers may also decide to include other informa