--- loncom/rewrites/loncapa_rewrite_off.conf 2014/01/07 20:03:32 1.4 +++ loncom/rewrites/loncapa_rewrite_off.conf 2023/08/24 21:25:25 1.9 @@ -4,12 +4,14 @@ 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$ + RewriteCond %{QUERY_STRING} (^|&(amp;|))usehttp=1($|&) RewriteRule (.*) - [L] - RewriteCond %{REQUEST_URI} ^/adm/jsMath/ + RewriteCond %{REQUEST_URI} ^/daxeopen/ [NC] RewriteRule (.*) - [L] RewriteCond %{HTTPS} !=on RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R,L]