vBET cắt giảm index.php từ URL - đó là lý do tại sao bạn có vấn đề này. Để sửa chữa nhanh chóng xin vui lòng:
1. Chỉnh sửa tập tin / Includes / vbenterprisetranslator_functions_url.php
2. Tìm:
PHP Code:
if (false !== strpos($address, 'index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('index.php','',$address);
}
2. Thay thế bởi:
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
Vui lòng xác nhận nó giúp. Chúng tôi sẽ bao gồm trong phiên bản tiếp theo do đó bạn sẽ được bình tĩnh về nó khi cập nhật