From: Ryan W. M. <ry...@gu...> - 2001-07-31 14:42:16
|
You could always replace the top-level index.cgi with something like this: ----- #!/usr/bin/perl require "web-lib.pl"; &redirect("/module"); ----- Or you can just hack up index.cgi to check the REMOTE_USER env. var. and trigger the redirect on that... -r +-- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --+ Ryan W. Maple "I dunno, I dream in Perl sometimes..." -LW Guardian Digital, Inc. ry...@gu... +-- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --+ On Sat, 28 Jul 2001, Nick Jennings wrote: > Hello, > I'm wondering if there is a way to do a redirect with webmin (in > miniserv.pl?). > > For Instance: > > When someone goes to -- http://webminurl:10000 > I'd like them to go straight to -- http://webminurl:10000/module > > Is this possible currently? |