respect special characters in redirects

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-11-28 12:46:28 +01:00
parent b4a8418e10
commit 242b42ba95

View File

@@ -748,7 +748,7 @@ class apache {
$code = getDomainRedirectCode($domain['id']);
$modrew_red = '';
if ($code != '') {
$modrew_red = '[R='. $code . ';L]';
$modrew_red = '[R='. $code . ';L,NE]';
}
// redirect everything, not only root-directory, #541