Creating Custom Error Messages in Apache .htaccess / Error Handling
The .htaccess file is a file found in Apache servers that allows you to manipulate the behaviour of the server. A very common use is to create custom error messages for server errors. Examples of such errors are "404 Not Found" (say when you click on a broken link), and the "500 Internal Server Error" (a script failed). Most hosts allow you to have your own .htaccess file, and so now we will look at only one of the things we can do with a custom .htaccess.
Control File Defaults in Apache .htaccess / General Guides
Apache allows webmasters to create special files called .htaccess and .htpasswd with which access control and a range of defaults can be managed. This tutorial will first of all show you how to create a .htaccess file, and then how to use it to control error reporting, default filenames, and password protection.
Password Protection .htaccess / Password Protection
This section shows you how to use .htaccess to do this. It assumes, that you want the effect to apply to the whole site. The .htaccess file specifies the extent of the protection - it does not contain the passwords. These are stored in a separate file called .htpasswd.
Anatomy of a SQL Statement: Part 1 MySQL / General Guides
The purpose of this tutorial is to break down the basics of a SQL SELECT statement. We intend for this to be the start of a series of hopefully interesting, entertaining, and just plain useful tutorials on relational databases and how they work, and how to work with them.
Installing phpPgAdmin MySQL / General Guides
This article will show you how to install the latest version of phpPgAdmin (currently 2.3) which allows you easier maintenance of your database.