endeavor88
Programmer
How can I redirect a user based on the url he typed in. Here's what I mean: If I was making a dictionary, then let's say that the user types in Now I need to redirect to a server script, and give a variable to that script with the value of "word". I tried to use AliasMatch, and similar directives in mod_alias, but I'm not familiar with them. So I'm not sure if it would work using those. How can I accomplish this task??