I would like to redirect everything from HTTP to HTTPS except a specific URL. Here is what I have but it doesn’t seem to be working.
redirect scheme https if !{ ssl_fc } OR !{ hdr(Host) -m -I www.blah.com }
Thanks,
I would like to redirect everything from HTTP to HTTPS except a specific URL. Here is what I have but it doesn’t seem to be working.
redirect scheme https if !{ ssl_fc } OR !{ hdr(Host) -m -I www.blah.com }
Thanks,