Apache directive for authenticated users?
- by Alex Leach
Using Apache 2.2, I would like to use mod_rewrite to redirect un-authenticated users to use https, if they are on http.. Is there a directive or condition one can test for whether a user is (not) authenticated?
For example, I could have set up the restricted /foo location on my server:-
<Location "/foo/">
Order deny,allow
# Deny…