Kun kysymys on integraatio vBET vBSEO kanssa.
Kun haluat korjata tämän:
- Avaa tiedosto /vbseo/includes/functions_vbseo_url.php
- Etsi koodi:
PHP Code:
if (isset($_REQUEST['language'])) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_url_tracking.php');
$fulluri = vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);
}
- Laita sen jälkeen tämä koodi:
PHP Code:
header ("Location: $fulluri");
- Tallenna tiedosto.