Vấn đề là vBET tích hợp với vBSEO.
Để sửa lỗi này:
  1. Mở tập tin /vBSEO/includes/functions_vbseo_url.php
  2. Tìm mã:
    PHP Code:
    if (isset($_REQUEST['language'])) {
    require_once(
    DIR'/includes/vbenterprisetranslator_functions_url_tracking.php');
    $fulluri vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);        

  3. Đặt sau khi mã này:
    PHP Code:
    header ("Location: $fulluri"); 
  4. Lưu tập tin.