On Thu, Aug 28, 2008 at 14:41, Jason Pruim <japruim@xxxxxxxxxx> wrote: > What I want to do is to rewrite this url: > HTTP://www.raoset.com/purl/customer/index.php?purl=jasonpruim112 > > To something more like: > > HTTP://www.raoset.com/jasonpruim112 In what direction do you want the rewrite? Do you want: 1) Browser sends HTTP://www.raoset.com/jasonpruim112 and you want your server to answer with the content at HTTP://www.raoset.com/purl/customer/index.php?purl=jasonpruim112 or 2) Browser sends HTTP://www.raoset.com/purl/customer/index.php?purl=jasonpruim112 and you want your server to answer with the content at HTTP://www.raoset.com/jasonpruim112 For case 1) you could do something like: RewriteRule /(.*) /purl/customer/index.php?purl=$1 Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx