hello ,
I have added the rewriting into the seo configfile and was wondering how to rebuild the allrady cached files?
For instance a word like häll will still display h-ll in url .
This is what I added in config
$vbseo_custom_char_replacement = array(
'Č' => 'c',
'č' => 'c',
'Ğ' => 'g',
'ğ' => 'g',
'Ş' => 's',
'ş' => 's',
'İ' => 'i',
'ı' => 'i',
'Ç' => 'c',
'ç' => 'c',
'Ü' => 'u',
'ü' => 'u',
'Ö' => 'o',
'ö' => 'o',
'ı' => 'i',
'İ' => 'i',
'é' => 'i',
'â' => 'a',
'Ê' => 'e',
'Â' => 'a',
'ê' => 'e');


LinkBack URL
About LinkBacks





Reply With Quote
