Blog

How to Verify Certificate Chain

Learning how to verify a certificate chain is important especially if you installed a new SSL certificate on your server. You do not want a visitor being prompted with certificate warning messages as they are browsing your site. This will not lead to a good experience...

WordPress Malware Removal Help

If you are in need of WordPress malware removal help, read on as we will cover the top methods of fixing your website. Unfortunately malware on WordPress is quite common not due to the WordPress Core but it is typically caused by third party plugins and themes. Scan...

Permalink WordPress Error

A permalink WordPress error can be caused by a variety of different issues and is best resolved by digging deeper into possible causes. Did you move your WordPress installation to another host, web server folder, etc? Did you install a plugin that could have modified...

WordPress Admin CSS Broken

You log into your Wordpress admin Dashboard and all of a sudden the CSS is broken, uh oh. Fear not, this is definitely not an unheard of problem. Fortunately, there are several different possible solutions to fix this particular CSS issue. The first step is to...

Check WordPress for Malware

Check WordPress for Malware

You can easily check Wordpress for malware by using an external online scanner or by using a Wordpress plugin. Malware is an ongoing problem with websites running Wordpress which is typically due to out-dated themes and plugins. This can either be from not manually...

Check WordPress for Virus

You can easily check Wordpress for a virus several different ways both online and offline. Wordpress sites are notorious for being susceptible to malware and other viruses. This is mainly due to third party themes that come bundled with plugins that are not always...

Password Protect Directory htaccess

You can easily password protect a directory with htaccess. This is a very practical method if you want an easy way to secure a directory on an Apache web server to keep public visitors out. First, you will need a .htaccess file in the directory you wish to secure. The...

How to Create htaccess File in PHP

Learning how to create htaccess file in php is not possible as the .htaccess file can be used to control a number of PHP settings. Htaccess files are actually distributed configuration files and allow you to make a number of configuration changes on a directory basis....

HTACCESS Deny From All

Denying access to a directory on your web server is an important feature to use especially if you have folders that you would like hidden from the rest of a public site. For example, you may keep the download file of a digital product on your eCommerce website, or use...

HTACCESS Block IP

There may be some instances when you should use htaccess to block an IP address or even a range of IP addresses. For instance, your website may be receiving a lot of bot or spam traffic from certain IPs, or you just want to filter certain visitors. There are several...