Url'lerde Türkçe Karakter Sorunu Nasıl Kaldırırım ?
Urlleriniz içerisinde yer alan Türkçe karakterlerin default ayar olarak gelen ingilizce karakterleri ile değişmesini istemiyorsanız ve temiz urllere sahip olmak istiyorsanız izlemeniz gereken adımlar şunlardır.
Ilk olarak domain.com/forum/vbseocp.php adresinde bulunan URLdeki İngilizce olmayan karakterleri değiştirme? seçeneğini : URL'ler içerisinde Ingilizce Olmayan Karakterleri Değiştirin opsiyonuna getiriniz.
Daha sonra vbseocp.php den logout olarak ftp programınızı açınız ve forumroot/includes/config_vbseo.php dosyasını bilgisayarınıza download ediniz.
Download işlemi tamamlandıktan sonra bir txt editor programı aracılığıyla dosyayı açarak şu satırları aratınız.
// ****** CUSTOM CHARACTER REPLACEMENTS ******
// The following array enables you to select a replacement for characters other than the ones replaced
// by default.
$vbseo_custom_char_replacement = array();
Bu satırları olduğu gibi aşağıdaki satırlar ile değiştiriniz.
// ****** CUSTOM CHARACTER REPLACEMENTS ******
// The following array enables you to select a replacement for characters other than the ones replaced
// by default.
$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');
Dosyayı kaydettikten sonra ftp programınız aracılığı ile tekrar forumroot/includes/ klasörüne upload ediniz.
Ek : Birçok kullanıcı dosya düzenlemesini yaptıktan sonra sorun ile karşılaştığını belirtiyor. Eğer kullandığınız editör encoding değiştiriyorsa tavsiye edeceğim olgu Editplus indirip kurmanız ve dosyayı kaydederken ANSI formatında kaydetmeniz olucaktır.
Ek 2: config_vbseo.php dosyasını bilgisayarınıza indirip düzenlemeleri yapmadan önce mutlaka tüm vBSEO url rewrite ayarlarınızın yedegini almayı unutmayın.
Denemedigim hic birsey kalmadi yinede konu linklerinde karakter bozukluklari var,nasil düzelticez bunlari?
hamur-isleri/8425-gokkuthagy-boredhi.html
avrupa-ve-turkiyeden-spor-haberleri/8434-ynonude-kayseri-galip.html
@solistbey adlı üyeden alıntı: Denemedigim hic birsey kalmadi yinede konu linklerinde karakter bozukluklari var,nasil düzelticez bunlari?
hamur-isleri/8425-gokkuthagy-boredhi.html
avrupa-ve-turkiyeden-spor-haberleri/8434-ynonude-kayseri-galip.html
Denemedigim hic birsey kalmadi yinede konu linklerinde karakter bozukluklari var,nasil düzelticez bunlari?
hamur-isleri/8425-gokkuthagy-boredhi.html
avrupa-ve-turkiyeden-spor-haberleri/8434-ynonude-kayseri-galip.html
Bunlar sadece bir kaci
Burdaki Gibi YaparSanız Sorun oLmamaSı Lazım... vBSeo SiteSinde de Aynı BiLqi MevCut... DiLerSeniz Orda da Sorununuzu DiLe Getirin...
Acaba bu hatalar benim vbseodanmi kaynaklaniyor acaba?
Deli olucam denemedigim hicbirsey kalmadi
tiyatrolaryndan-kurtce-acylymy.html bu arada neden y harfi cikiyor neden i harfi cikmiyor.Google daki url cogu hatali indexleniyor.
ğ----->dh olarak cikiyor
ı------->y olarak cikiyor
Selamunalayküm
Kullanıcl isimlerinde sorun yaşıyorum tr karaktere utarladığım halde örnek c@L!m£rO calmero oldu sonucu ise Bu Üye kayıtlı Üyemiz değildir. Bu sebebten dolayı Üyeye ait Profil gösterilemiyor. Bunun çözümü ne ola?
daha önceden zointseo kullanıyordum
/************************* CONFIGURATION STARTS HERE *******************************/
/*---------------------------------------------------------------------------------*\
| ********************* NOTE REGARDING vBSEO's CONFIGURATION ********************** |
+-----------------------------------------------------------------------------------+
| We highly recommend using the interface (www.yoursite.com/vB-root/vbseocp.php) |
| to streamline the configuration process. |
| |
| vBSEO's default URL settings should work fine with any installation. But feel |
| free to update your settigns and forum URL structure as you see fit. |
\*---------------------------------------------------------------------------------*/
// Set this variable to 1 to include special characters using url encoding for member profiles.
define('VBSEO_REWRITE_MEMBER_MORECHARS', 0);
// Set this variable to 1 to replace external links in forums (as defined in the admincp) with direct
// links instead of redirections (default vB functionality)
define('VBSEO_FORUMLINK_DIRECT', 1);
// Enable this option to redirect all external links posted in private forums through an internal script. This
// will hide URLs from your private forums in server logs on external sites, thus protecting your privacy.
define('VBSEO_REDIRECT_PRIV_EXTERNAL', 1);
// ****** DEFINE URL PARTS MAXIMUM LENGTH ******
define('VBSEO_URL_PART_MAX', 0);
// ****** DEFINE FORUM TITLE BITS ******
define('VBSEO_FORUM_TITLE_BIT', '%forum_title%');
// Enable the following variables to replace keywords in the URLs & page text (or both).
define('VBSEO_REWRITE_KEYWORDS_IN_URLS', 1);
define('VBSEO_ACRONYMS_IN_CONTENT', 1);
define('VBSEO_ACRONYM_SET', 2);
define('VBSEO_ACRONYM_PAGELIMIT', 0);
// ****** REPLACE META TAG CONTENT FOR INDIVIDUAL PAGES ******
define('VBSEO_REWRITE_META_KEYWORDS', 1);
define('VBSEO_REWRITE_META_DESCRIPTION', 1);
define('VBSEO_META_DESCRIPTION_MAX_CHARS', 150);
define('VBSEO_META_DESCRIPTION_MEMBER', '[username] is a [usertitle] in the [bbtitle]. View [username]\'s profile.');
// ****** DEFINE CUSTOM REWRITE RULES ******
$vbseo_custom_rules = array();
$vbseo_custom_rules_text = '//==========================================================================
// Sample Custom Rewrite Rule: showgroup.php as forumleaders.html (Remove the \'//\' in front of the rule to enable).
//==========================================================================
//\'^showgroups\.php$\' => \'forumleaders.html\'
//==========================================================================
// Sample Custom Rewrite Rules: calendar as static pages (Remove the \'//\' in front of the rules to enable).
// Note: Enable the calendar dropdown redirect rule within the Custom 301 Redirects section below.
//==========================================================================
//\'calendar\.php$\' => \'calendar/\'
//\'^calendar\.php\?c=1$\' => \'calendar/\'
//\'^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$\' => \'calendar/$2/[NF]\'
//\'calendar\.php\?(c=1&)?nojs=1\' => \'calendar/nojs/[NF]\'
//\'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1\' => \'calendar/$2/nojs/[NF]\'
//\'calendar\.php\?(c=1&)?week=(\d+)&nojs=1\' => \'calendar/week-$2/nojs/[NF]\'
//\'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs=1\' => \'calendar/$3/$2/nojs/[NF]\'
//\'^calendar\.php\?do=getinfo&(c=1&)?day=(\d+)-(\d+)-(\d+)(&c=1)?$\' => \'calendar/$2/$3/$4/\'
//\'^calendar\.php\?do=getinfo&e=(\d+)(&day=[0-9\-]+)?(&c=1)?$\' => \'calendar/event-$1/\'
//\'^calendar\.php\?(s=&)?(c=1&)?(week=&)?month=(\d+)&year=(\d+)(&c=1)?(&do=displaymonth)?$\' => \'calendar/$5/$4/\'
//\'^calendar\.php\?c=1&week=(\d+)(&do=displayweek&month=.+?)?$\' => \'calendar/week-$1/\'';
$vbseo_custom_301 = array();
$vbseo_custom_301_text = '//==========================================================================
// Sample Custom 301 Redirect: calendar dropdown redirect (Remove the \'//\' in front of the rule to enable).
// Note: Enable this redirect when using the sample CRRs provided for calendar rewriting above.
//==========================================================================
//\'calendar/\?(.+)\' => \'calendar.php?$1\'';
// ****** NATIVE DISABLES ******
// The following options natively disable titles for certain rewrites. This can help increase performance
// on resource depleted servers.
// If none of your URL formats include forum titles, you can disable the following:
define('VBSEO_GET_FORUM_TITLES', 1);
// If none of your URL formats include thread titles, you can disable the following:
define('VBSEO_GET_THREAD_TITLES', 1);
// If none of your URL formats include announcement titles, you can disable the following:
define('VBSEO_GET_ANNOUNCE_TITLES', 1);
// If none of your URL formats include member usernames, you can disable the following
define('VBSEO_GET_MEMBER_TITLES', 1);
// ****** CHANGE DEFAULT SORTING FOR LISTS ******
// The following options enable you to define different sort options for Memberlist and Forumdisplay.
// Changing these options will strip characters for non-default sorted pages.
// Note: This is an advance feature, please ask in the forums if you have any questions.
define('VBSEO_DEFAULT_MEMBERLIST_SORT', 'username');
define('VBSEO_DEFAULT_MEMBERLIST_ORDER', 'asc');
define('VBSEO_DEFAULT_FORUMDISPLAY_SORT', 'lastpost');
define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER', 'desc');
define('VBSEO_DEFAULT_LINKBACKS_ORDER', 'desc');
// ****** CUSTOM CHARACTER REPLACEMENTS ******
// The following array enables you to select a replacement for characters other than the ones replaced
// by default.
$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');