public marks

PUBLIC MARKS from jedi58 with tags development & admin

22 November 2006

Using Windows Integrated Authentication

Windows Integrated authentication, the Single Sign-On (SSO) method available to Windows-based servers allows for supported applications (including web applications) to utilise the credentials from Windows login. This guide describes how to use it.

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.

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.