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);
}
נא לאשר זה עוזר. אנו לכלול אותו לשחרר הבא כך תוכל להיות רגוע בקשר לזה במהלך העדכונים