Closed Palkess closed 10 months ago
does the redirect https rule conflict with the block rule for virtual dirs? or can they co-exist?
They should be able to co-exist. If the condition of the redirect rule is true, it will stop evaluating the rest of the rules and perform the redirect, which causes a new request that get evaluated to the conditions again and doesn't trigger a redirect and the rest of the rules are evaluated as usual.
ahh nice
I forgot to add documentation for the
redirectToHttps
option for pull request #7 so here is a suggestion.