One thing I often come across from prospects and clients is the question of how to get more website traffic for free? That is the quest of anyone who sells a product or service and has a website designed to facilitate sales (ecommerce) or to capture leads to sell to...
For normal WordPress operations, such as posting blog posts, uploading media files, posting comments, creating new WordPress users and installing WordPress plugins, the MySQL database user only needs data read and data write privileges to the MySQL database; SELECT,...
Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren’t taken. This article will go through some common forms of vulnerabilities, and the things you...
WordPress makes the experience of keeping plugins and the core installation an easy job and that goes a long way to making it one of the most popular Content Management Systems. From the Admin Dashboard you can see how many updates there are and are given links to...
This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. 1. Create an empty text file using a text editor such as notepad, and save it as htaccess.txt. NOTE: The reason you...
The Apache module mod_rewrite allows you to rewrite URL requests that come into your server and is based on a regular-expression parser. The examples presented here show how to: Direct requests for one subdirectory to a different subdirectory or the primary directory...