Forum Moderators: phranque
Can you say in English what you are trying to do? Generally it is something like
"If the user types in A, I want their address bar to say B. Then, when the address bar says B, I want to serve content from material that lives at C."
So what's needed is the values of A, B and C. (A and C may happen to be the same. That's when a {THE_REQUEST} line is crucial.)
PHP deals with them once Apache connects the request with index.php