public marks

PUBLIC MARKS from jedi58 with tags development & apache

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

New Earth Online

New Earth Online is dedicated to quality Web Development and Software Development and FREE tutorials for doing your own.

Protecting your site

For the majority of sites it is an essential that they are secure, and as safe from hacking to some degree. It is impossible to state that a site is not hackable based on the belief that given enough time any site could be broken. This belief makes it necessary to find a comfortable balance between security and resources spent on making it so. Guide covers prevention of SQL injections, LDAP injections, XSS (Cross site scripting) and much more.

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.