I'm trying to get all requests from a DOMAIN to go through one file,
something like:

http://www.mydomain.com/all_accesses.php

They can come IN as http requests of:

http://www.mydomain.com/any_directory/any_filename?any_vars with any
POST or COOKIE vars.

Anyone have any ideas? I'm trying to make this as DROP in as possible on
a shared ISP, i.e. asking for as little help/sys mods as possible from
the ISP. Zope can be run this way, but it's in Python, and I don't want
to learn that now.

========================================================================================
The reason why .......... is that:
this allows me to keep the directory structure in the data base, keep
very granular role based permissions on the directory structure, down to
the file, and have a web based interface to upload/download content,
with a powerful auth/perm system. The only files to get into the file
system are binary ones, images, flash, that sort of stuff. I haven't
quite figured out the permissions system for accessing those, yet.
-- 

If You want to buy computer parts, see the reviews at:
http://www.cnet.com/
**OR EVEN BETTER COMPILATIONS**!!
http://sysopt.earthweb.com/userreviews/products/

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

Reply via email to