Search Results for: http:

VirtueMart Error: No Shipment Method Matches Characteristics of Order

During our recent testing of VirtueMart shipping options, we continually received the following error message: We are sorry, no shipment method matches the characteristics of your order. We were using the default VirtueMart Shipping module, VM – Shipment, By weight, ZIP and countries. During our investigation, we found this thread in the VirtueMart forums, however Read More >

How to Connect to Your Server with SSH

In this tutorial, we’re going to be using PuTTY to connect to your Managed VPS, Cloud or Dedicated Server via SSH. For Windows users without an SSH client, we recommend you download PuTTY or enable OpenSSH. Shared server users, please see SSH Access for Resellers and Shared Servers. Requirements for using SSH to login to Read More >

How Do I Clear My Local DNS Cache?

DNS resolves domain names to IP addresses so people do not have to remember a series of numbers (IP addresses) when trying to visit a website. In order the speed up this process and reduce the traffic on the DNS servers, most computer operating systems will store or cache DNS lookups on your computer locally. Read More >

How to Use the .htaccess File

The .htaccess file is a powerful tool that helps control how visitors interact with your website. It can be used for security, redirects, URL rewriting, and more. In this guide, we’ll cover what the .htaccess file does, where to find it, how to edit it, and how to troubleshoot errors it may cause. What is Read More >

How to send an Email to your Subscribers

In the last few articles, we’ve installed DaDa Mail, and set up a basic mailing list. At this point, you are ready to send emails to your subscribers. In this article, we’ll walk through the basic process of sending out an email to your mailing list. To begin, go to your login screen wherever you Read More >

500 Internal Server Error

A 500 Internal Server Error means something went wrong on your server, but the server cannot explain what. Unlike a 404 error that tells you a page is missing, a 500 error gives no specific details. That vagueness makes it one of the most frustrating errors to troubleshoot. The good news: most 500 errors trace Read More >

406 Not Acceptable Error

There are many errors that you may see as you visit different websites across the web. One of the more common ones is 406 Not Acceptable. HTTP error code 406, also known as “Not Acceptable,” is a client error response code that indicates that the server cannot produce a response matching the list of acceptable Read More >

Anchor Links and How to Create Them

Anchor links are used to take visitors of your website from one place on the current page to another place of the current page. One good example is if you have a long FAQ page on your website. If you have a list of the questions towards the top of your webpage they can be Read More >

MySQL Error 1044 Access Denied

This page will assist you with troubleshooting a MySQL – 1044 “Access Denied” Error Message. Troubleshooting the MySQL 1044 “Access Denied” Error When you import a database using phpMyAdmin, generally you are importing a text file with a .sql extension. Here is a section of code that may be in a .sql database backup. In Read More >

How to Create a Backup Using FTP

Backing up your website is a necessary step for all users. When you use an FTP client to backup your files to a local folder on your computer, you can summarize the process in three basic steps: access and select your files with FTP, create or find a directory for your backup, download your website Read More >

How to Secure WordPress using Security Keys and Salts

Since WordPress 2.7, four security keys have been added to help make your WordPress site more secure. These security keys help encrypt the data that is stored in the cookies, which is data that helps WordPress identify your computer as one that is logged into your WordPress website as a certain user. If your WordPress Read More >