Redirector

On request of special pages (defined in the file redirects)the requested page is not loaded but a redirect response (for a different page) is send back to the browser.
The file redirects contains regular expressions which define which pages should be redirected and where they should be redirected to.
A line has the following sytax:

requested_URL_regexp  redirect_URL_regexp

Hash (#) characters can be used to insert comment lines.

Example:
^http://search.msn.com/		http://www.google.com/

This would redirect all request to search.msn.com to www.google.com.