A Content Management System (CMS) is a system that is used to manage the content of a website. A Content Management System has a control panel where someone can manage and customize the website to their liking, without needing to know Hypertext Markup Language (HTML), Cascading Style Sheets (CSS) and programming languages. The administrator of […]
Category Archives: Apps
Protecting your WordPress from spam comments can be done in several ways. Because every technique or method is never 100% foolproof, it is a good idea to combine several techniques in order to prevent a maximum of spam on your blog. An overview of techniques I have used in recent months can be found below. […]
Step One: Set Up a CloudFlare Account The first step, of course, is to set up your CloudFlare account and add your website to it. This process is child’s play and CloudFlare will provide you with all the necessary explanations to make it clear what you need to do. Basically, the whole process consists of […]
When you installed your WordPress installation in example.com/wordpress/, you should use the following .htaccess file RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] In case you installed it in the root of your domain, so that would be example.com/ RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d […]
It can happen to even the best of us: losing your WordPress password. Fortunately, there are several methods to retrieve the password without having to reinstall your entire website. In this article, we will discuss 5 different solutions! Solution #1: Change your password using a different admin account. This is the simplest solution, but it […]
If you have multiple WordPress installations hosted by ServerMeister, ManageWP provides a popular way to update your plugins, themes, and more from one central location rather than having to visit each site’s Dashboard. Install the ManageWP Worker Plugin The ManageWP Worker plugin allows ManageWP to communicate with your WordPress site. The plugin can be installed […]
WordPress.com is a commercial website where you can host a free website with some restrictions, or pay an annual fee so you can work without restrictions, but beware, you can’t install WordPress plugins yet! This website runs on the WordPress software offered by WordPress.org. Since WordPress.com is a hosted service, you don’t have to worry […]
osCommerce could be setup to use the SMTP functionality inside its back-end, but there are some manual modifications needed in order to fully setup the SMTP functionality of this application. Follow these steps to complete the setup: Access the osCommerce administrative panel. The URL should be similar to http://yourdomain.com/admin. Go to Configuration > Email Options. […]