vBET URL से index.php कटौती - यही वजह है कि आप इस मुद्दे पर है. जल्दी ठीक कर लिए, कृपया:
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);
}
पुष्टि करें यह मदद करता है. हम इसे अगले रिलीज में शामिल तो आप इसके बारे में अद्यतन के दौरान शांत हो जाएगा