Project

General

Profile

Bug #17320 ยป class.t3lib_page.php.diff

Administrator Admin, 2008-01-14 05:36

View differences:

t3lib/class.t3lib_page.php (working copy)
$prependStr = ereg_replace('^\/','',substr($request_uri,strlen($path)));
$rURL.= '/'.$prependStr;
}
Header('HTTP/1.1 301 Moved Permanently');
Header('Location: '.t3lib_div::locationHeaderUrl($rURL));
exit;
} else {
    (1-1/1)