vBET řezy index.php z URL - to je důvod, proč jste tuto otázku. Pro rychlou opravu, prosím:
1. Upravit soubor / Includes / vbenterprisetranslator_functions_url.php
2. Hledat:
PHP Code:
if (false !== strpos($address, 'index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('index.php','',$address);
}
2. Nahradit:
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
Prosím, potvrďte to pomůže. Zařadíme jej do další verzi, takže budete mít klid na to při aktualizacích