fixed endless redirection with lighty when accessing webalizer, thx to vmp32k

This commit is contained in:
Michael Kaufmann (d00p)
2011-02-08 07:58:14 +01:00
parent fad2ae873d
commit c28f70d885

View File

@@ -876,7 +876,7 @@ class lighttpd
} }
else else
{ {
$stats_text.= ' alias.url = ( "/webalizer/" => "'.makeCorrectFile($domain['customerroot'] . '/webalizer/' . $domain['domain']).'" )' . "\n"; $stats_text.= ' alias.url = ( "/webalizer/" => "'.makeCorrectFile($domain['customerroot'] . '/webalizer/' . $domain['domain']).'/" )' . "\n";
} }
} }
else else
@@ -888,7 +888,7 @@ class lighttpd
} }
else else
{ {
$stats_text.= ' alias.url = ( "/webalizer/" => "'.makeCorrectFile($domain['customerroot'] . '/webalizer/' . $domain['parentdomain']).'" )' . "\n"; $stats_text.= ' alias.url = ( "/webalizer/" => "'.makeCorrectFile($domain['customerroot'] . '/webalizer/' . $domain['parentdomain']).'/" )' . "\n";
} }
} }
} }
@@ -903,7 +903,7 @@ class lighttpd
} }
else else
{ {
$stats_text.= ' alias.url = ( "/webalizer/" => "'.makeCorrectFile($domain['customerroot'] . '/webalizer').'" )' . "\n"; $stats_text.= ' alias.url = ( "/webalizer/" => "'.makeCorrectFile($domain['customerroot'] . '/webalizer/').'" )' . "\n";
} }
} }
// if the docroots are equal, we still have to set an alias for awstats // if the docroots are equal, we still have to set an alias for awstats