I had the same problem when we just moved and were able to solve it with
this 

<Directory /path/to/httpdocs>
Options Indexes MultiViews
AcceptPathInfo On
</Directory> 

Hth

Thank You
Brian Paulson
Sr. Web Developer
[EMAIL PROTECTED]
www.chieftain.com
1-800-279-6397 x 207



-----Original Message-----
From: Marc Greenstock [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 11, 2004 1:36 AM
To: [EMAIL PROTECTED]
Subject: [PHP] apache lookdown

Hi all,

A long time ago I became accustomed to writing my php navigation structure
using what I think is called apache lookdown (correct me if im wrong).

Basically what it does is when a user types in
www.example.com/index.php/doc/1/ apache checks to see if there is a
directory called index.php/doc/1/ if there is it goes to it otherwise it
goes down the chain until it gets to index.php.

Now I have been using this for quite some time, I think its pretty cool,
because it provides the user with a user friendly URI, and apparently google
likes it too. Problem I am in the process of moving a site that uses this
onto another server, that other server (Linux Red Hat, Apache 2.0) doesn't
do the lookdown. It simply returns 404.

Does anybody know how to fix this?

Marc

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to