fixed syscp-bug #1277 (use 301 permanent-redirect rather then 302 temporary);

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-20 10:43:25 +00:00
parent d329eb3b63
commit d653b51844
2 changed files with 3 additions and 3 deletions

View File

@@ -482,7 +482,7 @@ class apache
if(preg_match('/^https?\:\/\//', $domain['documentroot']))
{
$vhost_content.= ' Redirect / ' . $domain['documentroot'] . "\n";
$vhost_content.= ' Redirect 301 / ' . $domain['documentroot'] . "\n";
}
else
{