Apache CGI redirect to absolute URI doesn't work
问题 I have Apache 2.2.13 running in console mode on Windows. I have made an executable that handles requests. In a certain case, when it detects a URL pointing to a directory but has not trailing slash, it tries to redirect to the same URL with the missing slash appended. The exit-code is set to 301. Strangely enough, having this in the response header doesn't work: Location: /cgi-bin/mycgi.exe/something/ but this does: Location: something/ Am I doing something wrong? Or did I discover a bug in