Sorun entegrasyonu ile bb vBSEO.
Bunu düzeltmek için:
  1. Açık dosya /vbseo/includes/functions_vbseo_url.php
  2. Kodu bulun:
    PHP Code:
    if (isset($_REQUEST['language'])) {
    require_once(
    DIR'/includes/vbenterprisetranslator_functions_url_tracking.php');
    $fulluri vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);        

  3. Sonra bu kodu KOYMAK:
    PHP Code:
    header ("Location: $fulluri"); 
  4. Dosyayı kaydedin.