Download raw body.
httpd unable to match on /?
Hi All,
I am trying to add a redirect/rewrite matching on something like:
location match "^/%?cat=5" {
block return 302 "https://$HTTP_HOST/category/5/"
}
I works with any character which are magic, except ?
Is this supposed to work?
Mischa
httpd unable to match on /?