I have no clue how to do this.
Right now I have apache set up so that it routes all urls to a php script called "pr"
eg,
www.myserver.com/pr/me
routes to www.myserver.com/pr (which is a force-typed file that runs as php - it came from the articles here)
i need to make it map
www.myserver.com/me to
www.myserver.com/pr?me
where "me" can be anything.
any ideas?
Thanks..