vBET ตัด index.php จาก URL -- นั่นคือเหตุผลที่คุณมีปัญหานี้ สำหรับการแก้ไขอย่างรวดเร็วโปรด :
1 แก้ไขแฟ้ม / รวม / vbenterprisetranslator_functions_url.php
2 ค้นหา :
PHP Code:
if (false !== strpos($address, 'index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('index.php','',$address);
}
2 แทนที่โดย :
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
มันไม่ช่วยกรุณายืนยัน เราจะรวมไว้ในรุ่นถัดไปคุณจึงจะสงบเกี่ยวกับเรื่องนี้ในระหว่างการปรับปรุง