On Mon, Sep 15, 2008 at 10:33 PM, Rodrigo Correa de Paiva <rodrigocorreapaiva@xxxxxxxxx> wrote: > I need to hide part of a url. > for example: > www.exemple.com/site/community/begin.do > || i need to hide the word "site" > v > www.exemple.com/community/begin.do So the user enters the url "www.exemple.com/community/begin.do", but gets the resource located at /site/community/begin.do. Is that what you want? Probably easiest is to change the documentroot and add "site" to it. You can also use "Alias". eg. Alias /community /site/community And you can use rewrite rules. But rewrite rules are really meant for cases where alias will not do... 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