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