On 1/24/06, info. raa <info@xxxxxxxxxx> wrote: > Hi everyone! > > Is anybody know how i limit the path, shown in the browser, to always > show the adress or ip of the server but never the directory or files > that was used to show the html? That's a really bad idea. It destroys one of the most fundementally useful parts of the web: the URL that references a resource. In so doing, it makes it impossible to bookmark pages, send links, properly index your site for search engines, and many other things. You can't do this directly with apache, since apache only cares about translating urls into resources. People who want to do it usually use a simple html frameset with invisible frames. Joshua. --------------------------------------------------------------------- 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