durusmail: quixote-users: numerous directories in url
numerous directories in url
numerous directories in url
Evanda Remington
2005-03-21
Is it possible for me to use a string of directories to describe the
content I want, and for quixote to handle it with just one file at the
root directory?

For example:
www.example.com/pics/zoo/bob
- would get all pictures of bob at the zoo.

www.example.com/pics/kayaking/fred
- would get all pictures of fred on the kayaking trip.

It would make sense to use just one handler (in the pics/ directory) as
it does the same thing for all pics "subdirectories" (which need not
really exist).  The directories would be ANDed together by the picture
finder so that:

www.example.com/pics/zoo/bob/fred/kayaking/jim

which would find all the pictures of jim, fred and bob kayaking at the
zoo.  I realize the further requirements of this, such as associating
individual pictures which each of these people/places, but that's the
nature of my project anyway.

-e

--
Evanda Remington

reply