commit | e154edd8078020d6eba41b448afade0a68617f35 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Sat Aug 09 21:11:41 2008 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Mon Sep 15 23:00:30 2008 +0200 |
tree | 9fdde0c3944e327ed2694464a4c6808373ee09b7 | |
parent | a30453a5d3f6db4d6e055da2112343e054e7e7d5 [diff] |
Teach cgit how to use PATH_INFO This commit makes cgit use the cgi variables SCRIPT_NAME and PATH_INFO when virtual-root is unspecified in cgitrc and no url-parameter is specified on the querystring. This has two nice effects: * Virtual urls works out of the box, no more need for rewrite-rules in httpd. * Virtual urls with special querystring characters are handled correctly. Signed-off-by: Lars Hjemli <hjemli@gmail.com>