--- loncom/rewrites/loncapa_rewrite_off.conf 2014/01/07 20:03:32 1.4 +++ loncom/rewrites/loncapa_rewrite_off.conf 2018/12/27 20:11:42 1.8 @@ -4,12 +4,12 @@ RewriteCond %{REMOTE_HOST} 127.0.0.1 RewriteRule (.*) - [L] RewriteCond %{REQUEST_URI} ^/adm/wrapper/ext/(?!https:) + RewriteCond %{QUERY_STRING} (^|&(amp;|))usehttp=1($|&) RewriteRule (.*) - [L] RewriteCond %{REQUEST_URI} ^/adm/annotations$ RewriteRule (.*) - [L] RewriteCond %{REQUEST_URI} ^/public/.*/syllabus$ - RewriteRule (.*) - [L] - RewriteCond %{REQUEST_URI} ^/adm/jsMath/ + RewriteCond %{QUERY_STRING} (^|&(amp;|))usehttp=1($|&) RewriteRule (.*) - [L] RewriteCond %{HTTPS} !=on RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R,L]