On 9/26/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
Joshua,
Sorry for late question.
I thought mod_dir will append this trailing-slash but
seems Apache core can also do it. what is the
relation of mod_dir and Apache core for this
trailing-slash redirect handling?
As far as I know, apache does
Joshua,
Sorry for late question.
I thought mod_dir will append this trailing-slash but
seems Apache core can also do it. what is the
relation of mod_dir and Apache core for this
trailing-slash redirect handling?
Thx, Q.Xie
--- Joshua Slive <[EMAIL PROTECTED]> wrote:
..
> This is called
Just a follow-up on this. I tested this using a default apache config file
and the trailing slash issue goes away. So I must have something going on
in my config that is suppressing the automatic addition of the trailing
slash. My guess is it's one of my proxypass directives, but am still
tryin
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/ke
cc
09/19/2006 04:19 Subject
PM Re: [
On 9/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Can anyone point me to the best directive to use for keyword redirection.
What we're looking to do is allow visitors to our site to type in say
http://www.mydomain.com/keyword and have them be redirected to
http://www.mydomain.com/keyword/
Can anyone point me to the best directive to use for keyword redirection.
What we're looking to do is allow visitors to our site to type in say
http://www.mydomain.com/keyword and have them be redirected to
http://www.mydomain.com/keyword/ and then let Apache pick up the default
file index.htm so t