vBET smanjuje index.php iz URL-a - to je razlog zašto ste ovaj problem. Za brzo popraviti molim:
1. Uredi datoteka / 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. Zamijeniti:
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
Molimo Vas da potvrdite to pomoći. Mi ćemo se uključiti u sljedećem izdanju, tako da će se smiriti o tome tijekom ažuriranja