in reply to
Re^2: Need help with redirect
in thread
Need help with redirect
Are you using Apache? If so, try googling for htpasswd. This is a way to protect directories of html files using "basic authentication". You'll just need to develop a way of putting approved users (and passwords) into the .htpasswd file.
Comment on
Re^3: Need help with redirect
Replies are listed 'Best First'.
Re^4: Need help with redirect
by
MatthewV
(Acolyte)
on Jun 02, 2009 at 22:44 UTC
I am on an IIS 7 setup. I have looked into ISAPI programs but they are expensive (150$ was the cheepest I could find)
[reply]
In Section
Seekers of Perl Wisdom