Trailing backslash on URL problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lee

    Trailing backslash on URL problem

    Hi,

    Can anyone tell me if this is a confiuration problem in my httpd.conf
    file? I recently installed Apache, and moved an old PHP application to
    the new server. I haven't done anything that I haven't done a million
    times before to my conf file, but when I try to e.g. access
    http://myhost.com/admin I get a 404, but if I add a trailing backslash
    (http://myhost.com/admin/) then it works.

    Any ideas anyone?

    I would have posted on an Apache newsgroup, but there doesn't seem to be
    much activity on any of the 3 I found.

    Cheers,
    Lee

  • Steve Robbins

    #2
    Re: Trailing backslash on URL problem

    On Wed, 01 Oct 2003 05:55:11 -0600, Lee <now@yjo.se> wrote:[color=blue]
    > Hi,
    >
    > Can anyone tell me if this is a confiuration problem in my httpd.conf
    > file? I recently installed Apache, and moved an old PHP application to
    > the new server. I haven't done anything that I haven't done a million
    > times before to my conf file, but when I try to e.g. access
    > http://myhost.com/admin I get a 404, but if I add a trailing backslash
    > (http://myhost.com/admin/) then it works.
    >
    > Any ideas anyone?
    >
    > I would have posted on an Apache newsgroup, but there doesn't seem to be
    > much activity on any of the 3 I found.[/color]

    Lee - Go to httpd.apache.or g and look up mod_rewrite for the version of
    of Apache you are running. Also, I am on two Apache newsgroups and I
    am seeing messages fine so you might want to be sure your provider is
    carrying them.

    Comment

    Working...