From: Mischa Subject: httpd unable to match on /? To: Tech Date: Mon, 11 May 2026 17:44:26 +0200 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