Apache mod_rewrite Examples

One of the many sophisticated and powerful modules in Apache is mod_rewrite. It’s used for URL manipulation, also known as URL rewriting. It’s very powerful but very complicated in nature. Beginners may find it a little difficult to understand it the first time but people with knowledge of regular expressions will love its ease [...]

» Read rest of this post

Beginners Guide to .htaccess File with Examples

.htaccess files provides us with ways to make configuration changes on a per-directory basis. This file works well in Apache Web Server and on Linux/Unix. Also, it works on Windows based system, such as Windows XP/2000/2003, with Apache Web server. This article has some basic .htaccess examples to get you working with .htaccess right away. [...]

» Read rest of this post