On 9/19/06, sniedermeyer@xxxxxxx <sniedermeyer@xxxxxxx> wrote:
So when I type in www.mydomain.com/keyword the browser delivers www.mydomain.com/keyword/index.htm, however, the address bar in the browser only shows www.mydomain.com/keyword
I doubt that. It probably shows http://www.mydomain.com/keyword/ (note the trailing slash). This is usually what is desired. The index.htm is considered an implimentation detail that is better hidden from the client. If you really want this, then redirect directly to it: Redirect permanent /keyword http://www.mydomain.com/keyword/index.htm 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