Hi,
How would I go about adding a module that the only thing it does is
redirect to a URL? The problem is that depending on the login, the URL
changes. That is:
user1 would be http://www.domain.com
user2 would be http://www.domain2.com
etc...
Thanks.
I don't have much clue on Perl so the easiest method would be ideal
:).
From: Jamie C. <jca...@we...> - 2002-04-15 10:27:46
Hadi Hariri wrote:
>
> Hi,
>
> How would I go about adding a module that the only thing it does is
> redirect to a URL? The problem is that depending on the login, the URL
> changes. That is:
>
> user1 would be http://www.domain.com
> user2 would be http://www.domain2.com
>
> etc...
>
> Thanks.
>
> I don't have much clue on Perl so the easiest method would be ideal
> :).
Co-incidentally, I have already developed a module just like that, but
never released it. You can get it from :
http://www.webmin.com/download/modules/link.wbm
- Jamie