13 October 2006
404 Searches with htaccess
Today it is simply not enough to redirect a user to a generic "Page cannot be found" 404 page. In the spirit in trying to give your users the best possible experience they should be redirected to a page that tries to help them find what they were after.
11 October 2006
Using htaccess for scheduled downtime
Sometimes you may find that your site needs to be innaccessible for a short period of time whilst updates are performed, such as updates to user logins. This should not be allowed whilst the site is being edited, but you may need to be able to check the site yourself during this update. Here's how to block others, except yourself during these periods.
20 September 2006
Merging domains the correct way
Own multiple domains and want the same content on them all? Here's the correct and optimal way of doing it on an Apache based server using a htaccess file.
Understanding Apache htacess
Apache has fast become one of the most commonly used web server solutions today. With its use comes the ability to manipulate the behaviour of your site in certain ways (server-side) from a type of file called .htaccess. This easy to read guide covers the various commands, and possibilities of using such a file.
1
(4 marks)