vBET izcirtņi index.php no URL - tas ir iemesls, kāpēc jums ir šī problēma. Lai ātri noteikt, lūdzu:
1. Labot failu / Includes / vbenterprisetranslator_functions_url.php
2. Find:
PHP Code:
if (false !== strpos($address, 'index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('index.php','',$address);
}
2. Aizstāt ar:
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
Lūdzu, apstipriniet, tas palīdz. Mēs arī to nākamo atbrīvošanu, lai jūs būt mierīgs par to laikā atjauninājumus