Forum Moderators: phranque

Message Too Old, No Replies

newbie> URL only shows page when it ends on /

         

renewestenberg

9:43 am on Oct 13, 2004 (gmt 0)

10+ Year Member



I just setup Apache 1.3 on Linux. When I type a URL such as
[mydomain...]

I get redirected to
[127.0.0.1...]

When I enter
[mydomain...]

thinks work as expected.

I probably need to change my config. But what?

thanks Rene

jdMorgan

8:16 pm on Oct 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Rene,

Welcome to WebmasterWorld!

Try using UseCanonicalName off - This may be forcing the server to use the local hostname when a redirect is invoked by mod_dir due to a missing trailing slash.

Jim

renewestenberg

4:57 am on Oct 14, 2004 (gmt 0)

10+ Year Member



Hey, that did the trick...

thanks