Forum Moderators: phranque

Message Too Old, No Replies

Apache process directory as file

         

Dan_uwm

8:37 am on Apr 30, 2007 (gmt 0)

10+ Year Member



I have 2 servers, one is for developement, and the other is production.

The dev server works a like a charm, however the production one does not.

The problem:

The only page in the site that works is:

[server.com...]

The moment a / is added to the end I get a 404

[server.com...]
[server.com...]

These both produce a 404.

I think the problem is with apache, but I can’t think what the setting is.

Any suggestions?

(I’ve been reading the apache docs for an hour, without success)

Neither of the servers have mod_rewrite

Dan

jdMorgan

2:44 pm on Apr 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you're running Apache 2.x, look into the AcceptPathInfo [httpd.apache.org] directive.

Jim

Dan_uwm

12:46 pm on May 1, 2007 (gmt 0)

10+ Year Member



Thanks

That was exactly what I was looking for :)