Thereafter, whenever the user enters into ANY URL (i.e. any directory/alias, and not just "alias1"), he should be taken directly to the url
(withot requiring to enter the credentials again).
Thus, my queries are ::
i)
Is the above workflow possible by merely using HTTPD, or some form of external proxy-software (like "squid") is required?
ii)
If it is indeed possible to achieve the above with just HTTPD, I will be grateful if you could let me know how to add redirections, so that
any URL goes via the "login.php" in-between (of course, if the user has already authenticated once, he is taken directly to the URL).
Note that I understand that to truly require only one-time authentication, I will be required to set up "cookies".
My major query here is, as to how can we setup redirections in HTTPD in the way I have described (of course, if it is possible to do so, without requiring