Published on : July 24, 2019 by Sheldon Moor
wp-config.php file is located inside the root directory of the WordPress installation and it is created during the installation process. This file stores the database configuration of your WordPress. Here, we are going to look at some wp-config.php tweaks which become handy for troubleshooting various WordPress issues. 1. Adding Security Keys in WordPress By default […]
Published on : April 10, 2019 by Nidhin George
WordPress based websites sometimes show a 500 internal server error and in some cases, you get a white screen instead of the error. There can be many reasons for this error, but primarily two which accounts for 80% of the cases. Let’s discuss the scenarios in detail. Primary reasons Wrong entries in .htaccess (assuming that […]
Published on : December 3, 2018 by Daniel Wren
WP-CLI is the command line interface for WordPress. It is possible to create a wp-admin user, install and update plugins, create posts, change themes etc., with the help of this powerful command line utility. For all the Linux geeks who prefer command line for everything, this comes as the best method to administer a WordPress […]
Published on : August 31, 2018 by Sajith Lal V.S
You all know nothing is more frustrating than a slower loading website. This is not only bad for a user but this affects the business very badly. Speed can make or break a website. It affects your traffic, page views, conversions, sales and your overall reputation. By making it faster, you can improve your business […]
Published on : April 28, 2018 by Betsy Bernard
WordPress is one of the most widely used platforms for blogging in the world wide web. Sometimes you may plan to move WordPress website from one hosting to another hosting, this is what we call as ‘WordPress Migration’. There are lots of ways to migrate a WordPress site. Lots of plugins can do it. You […]