On 9/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to