> How do I get the redirection to occur before the non-secure
> authorization request?
>
If you put the rules in virtualhost context instead of htaccess,
they'll be evaluated earlier.
-
The official User-To-User support forum of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
This rule works, mostly. It is in the .htaccess file of the DocumentRoot.
RewriteEngine On
RewriteCond %{REQUEST_URI} =/teachers/ [OR]
RewriteCond %{REQUEST_URI} =/gated-bm/
RewriteCond %{SERVER_PORT} =80
RewriteRule ^(.*)$ https://%{HTTP_HOS