diff --git a/sites/angestoepselt/httpd.conf b/sites/angestoepselt/httpd.conf index 86e51bd..7402997 100644 --- a/sites/angestoepselt/httpd.conf +++ b/sites/angestoepselt/httpd.conf @@ -41,7 +41,9 @@ $HTTP["request-method"] =~ "GET|POST" { "^/computer-beantragen/organisation" => "/cgi-bin/form.py", "^/computer-beantragen/privat" => "/cgi-bin/form.py", "^/hardware-spenden/organisation" => "/cgi-bin/form.py", - "^/hardware-spenden/privat/laptop" => "/cgi-bin/form.py" + # Note the actual POST endpoint is /hardware-spenden/privat/laptop, but the + # form is served from /hardware-spenden/privat. + "^/hardware-spenden/privat" => "/cgi-bin/form.py" ) }