Previously, only the root was redirected using a php script, but now I
can also make permanent links using www.stderr.nl/something.
}
$HTTP["host"] =~ "^www.stderr.nl$" {
+ $HTTP["url"] !~ "^/(blosxom|blog)" {
+ url.redirect += ("^(.*)$" => "http://katherina.student.utwente.nl/~matthijs/cgi-bin/blosxom$1")
+ }
$HTTP["url"] =~ "^/blosxom" {
cgi.assign += ( "blosxom.cgi" => "/usr/local/bin/aclperl" )
alias.url += ( "/blosxom" => var.site-dir + "/applications/blosxom/blosxom.cgi" )