UrlToolkit {
ToolkitID = https_to_http
Match ^/securefolder/ Return
UseSSL skip 1
Return
Match ^/(.*) Redirect http://www.mysite.com/$1
}
UrlToolkit {
ToolkitID = https_to_http
Match ^/securefolder/ Return
UseSSL skip 1
Match .* Return
Match ^/(.*) Redirect http://www.mysite.com/$1
}