Hi!
I have the following structure:
/www/cgi-bin/protected/
/www/webdocs/protected/
What I want to do is that only users accessed to protected are allowed to
run scripts from /www/cgi-bin/protected/.
All others trying to access from outside the scripts to this should be
forced to login.
How can I handle this?
- tom