From 50754d4197147f4ca3169da2405c90bd594e9062 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 23 Feb 2010 16:49:26 +0100 Subject: [PATCH] lighttpd: Add redirect for url published in my Master's thesis. --- etc/lighttpd/vhosts/stderr-nl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 5c0e7ef..9f82fef 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -14,6 +14,10 @@ $HTTP["host"] =~ ".stderr.nl$" { $HTTP["url"] =~ ".git/" { alias.url += ( "/" => "/data/vcs/git/" ) } + # Redirect this url, which was published in my Master's + # thesis. Use .* instead of λ, since mod_redirect doesn't like + # the λ for some reason. + url.redirect += ("^/gitweb\?p=matthijs/projects/c.*ash\.git" => "/gitweb?p=matthijs/master-project/cλash.git") } $HTTP["host"] =~ "hg.stderr.nl$" { -- 2.30.2