RE: [PHP] apache lookdown

2004-03-11 Thread Brian Paulson
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



Re: [PHP] apache lookdown

2004-03-11 Thread Marc Greenstock
Thanks for that,

I was looking around for ages, could not find it,

I'm using a new ensim server with apache 2.0, there are so many httpd config
files searching through all of them for something I didn't even know what I
was looking for was a nightmare.

Marc.


Brian Paulson [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 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