View previous topic :: View next topic |
Author |
Message |
IMJS -
Joined: 28 Mar 2007 Posts: 1
|
Posted: Wed Mar 28, 2007 11:48 pm Post subject: Redirecting based on username or IP address |
|
|
Hello all.
Is it possible, do you know, to redirect a user, logging onto password protected parts of my website, based on their username and/or IP address?
I'm using X1 2.4.
Thanks much. |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Thu Mar 29, 2007 11:39 pm Post subject: |
|
|
Two options:
1. Give each pw-protected user a different directory, and only allow them access to their directory.
2. Have a common directory that all users share, and tailor their experience with a scripting language (PHP, Perl...) They can implement their own authentication system if needed. This redirection can be based on username or IP address. _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
|