Would I use rewrite for this problem? I want certain pages to be https. Basically anything of the pattern
/class-registration?task=$1&event_id=$2
I've tried a few hundred combinations, only succeeding in erroring out with too many redirects or a 500 server error.
Many thanks for any tips.