Installing NMI Payment Gateway In OpenCart

There are two ways to install the NMI Payment Gateway in Opencart. One is the paid version called Network Merchants(NMI) Quick Click Integration by Qphoria and the free version is NMI-AIM Payment Module by JNeuhoff.  Before you install NMI, you should have an account with them first. Below are the steps on how you can [...] Read more »

WordPress Malware Removal

If your WordPress site has been infected by a malware,  the first step you should do is  contact your web hosting provider. Normally, web hosting provider can help you solve this problem , though some them could be  a pain to contact. Hostgator is a  web hosting company that provide  good technical support service to [...] Read more »

Change Subdomain Into A Subfolder

Have your created a subdomain and want it to become a subfolder? When you want your subdomain to become a subfolder, simply add this line into your .htaccess file. RewriteEngine On RewriteCond %{HTTP_HOST} ^subdomain\.maindomain\.com$ RewriteCond %{REQUEST_URI} !^/subdomain/ RewriteRule (.*) /subdomain/$1 Replace subdomain with your subdomain name (plus.google.com where plus is the subdomain name) and main domain [...] Read more »

Next Page »