version 1.8, 2018/12/27 20:11:42
|
version 1.9, 2023/08/24 21:25:25
|
Line 11
|
Line 11
|
RewriteCond %{REQUEST_URI} ^/public/.*/syllabus$ |
RewriteCond %{REQUEST_URI} ^/public/.*/syllabus$ |
RewriteCond %{QUERY_STRING} (^|&(amp;|))usehttp=1($|&) |
RewriteCond %{QUERY_STRING} (^|&(amp;|))usehttp=1($|&) |
RewriteRule (.*) - [L] |
RewriteRule (.*) - [L] |
|
RewriteCond %{REQUEST_URI} ^/daxeopen/ [NC] |
|
RewriteRule (.*) - [L] |
RewriteCond %{HTTPS} !=on |
RewriteCond %{HTTPS} !=on |
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R,L] |
RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [R,L] |
</IfModule> |
</IfModule> |