any external proxy-software) :)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 requiringNote that I understand that to truly require only one-time authentication, I will be required to set up "cookies".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).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 thatii)Is the above workflow possible by merely using HTTPD, or some form of external proxy-software (like "squid") is required?i)Thereafter, whenever the user enters into ANY URL (i.e. any directory/alias, and not just "alias1"), he should be taken directly to the urle)User is then AUTOMATICALLY taken to "http://127.0.0.0.1/alias1/deep/internal/url"d)User enters the credentials, and presses the "login" button in login.php.c)He is AUTOMATICALLY re-directed to a login page, say "http://127.0.0.1/login.php"b)User enters in the browser, a URL like "http://127.0.0.1/alias1//deep/internal/url"a)Thus, the ideal workflow desired is ::Now, I desire to add authentication, whenever any user visits any of these directories/aliases/links, or any directories/aliases/llinks in their sub-domains.http://127.0.0.1/aliasnhttp://127.0.0.1/alias2http://127.0.0.1/alias1So, my server can present different stuff, in accordance with the URLS like ::Hi all.Let me first present the use-case :)=== USE-CASE BEGIN ===I have a number of <Directory></Directory> directives (via the .conf files), and each director has an alias for it.
...
...
(withot requiring to enter the credentials again).
Thus, my queries are ::
--
Regards,
Ajay