How do I force .htaccess authorization to occur over ssl?
- by kenja
I'm trying to force a particular directory to require only allowed IPs and a valid username/password through basic authorization. To ensure that the username/password are sent in encrypted form, I want the directory to also force SSL use. Here is what I have in my .htaccess file:
# Force HTTPS-Connection
RewriteEngine On
RewriteCond…