in reply to Ideas on how to redirect users to a specific index
My answer to that would be, use a database, use CGI params, use rewrite as eric suggested. It just needs to LOOK like they're in their own folders, right? Or is there some physical need to actually be there? One centralized script can read the individual settings/messages from a database, according to the logged in user, and output the appropriate HTML. (Thats how PerlMonks works, essentially). Heck, I have a script that pretends its an entire web server, every single request for any page at all just goes through one script.
You may want to symlink the script into each of the user directories, if thats easier than rewriting URLs.. (No idea, not much of a cgi buff myself.)
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Ideas on how to redirect users to a specific index
by Anonymous Monk on Oct 13, 2004 at 05:32 UTC |