How would I write a statement that will search the entire URL for a word or
pattern and if found, redirect it? In other words if I wanted to search for
the word 'monkey' anywhere in the url, whether as a parameter (like
index.php?monkey) or
www.mymonkeyshines.com ? Thanks.