Index | Thread | Search

From:
Mischa <openbsd@mlst.nl>
Subject:
httpd unable to match on /?
To:
Tech <tech@openbsd.org>
Date:
Mon, 11 May 2026 17:44:26 +0200

Download raw body.

Thread
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