--- loncom/rewrites/loncapa_rewrite_off.conf 2013/09/07 19:58:04 1.2 +++ loncom/rewrites/loncapa_rewrite_off.conf 2023/08/24 21:25:25 1.9 @@ -4,9 +4,15 @@ 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} ^/daxeopen/ [NC] + RewriteRule (.*) - [L] RewriteCond %{HTTPS} !=on RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R,L]