BB URL'den index.php keser bu sorunu neden olmasıdır. Hızlı bir düzeltme için lütfen:
1. Dosyasını düzenleyin / / Vbenterprisetranslator_functions_url.php
2. Bul:
PHP Code:
if (false !== strpos($address, 'index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('index.php','',$address);
}
2. Değiştirin:
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
Lütfen yardımcı olur onaylamak. Güncellemeleri sırasında bu konuda sakin olacak şekilde bir sonraki sürümünde yer alacak