Fix lỗi redirect cho addon Referrer, chèn vào trong file Index. Php
/* --- redirect /rf/<số> -> /? Referrer=<số> (chèn block này) --- */
$path = parse_url ($_SERVER['REQUEST_URI'] ?'/', PHP_URL_PATH) ;
If (preg_match ('#^/rf/ (\d+) /? $#i', $path, $m)) {
Header ('Location: /? Referrer='...