http://www.yukle.net/forum/tanitim/1...miz-nasil.html
Sayfasından başlıkta yazdığım hatayı alıyorum. Googlede aradım sonuç bulamadım yardımcı olurmusunuz.
This is a discussion on HTTP 406 Kabul Edilebilir Değil Hatası within the Türkçe forums, part of the General Discussion category; http://www.yukle.net/forum/tanitim/1...miz-nasil.html Sayfasýndan baþlýkta yazdýðým hatayý alýyorum. Googlede aradým sonuç bulamadým yardýmcý olurmusunuz....
http://www.yukle.net/forum/tanitim/1...miz-nasil.html
Sayfasından başlıkta yazdığım hatayı alıyorum. Googlede aradım sonuç bulamadım yardımcı olurmusunuz.
Kullandığınız CRR var mı ?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Tüm CRR'm Aşağıdaki gibi
Code://========================================================================== // 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/' // profil kismi '^register\.php$' => 'uyelik_formu.html' '^register\.php\?do=register' => 'uyelik_formu2.html' '^login\.php\?do=lostpw' => 'sifre_istek.html' '^xperience\.php$' => 'uye_puanlari.html' '^usercp\.php$' => 'profiliniz/' '^profile\.php\?do=customize' => 'profiliniz/stil_ayarlari/' '^profile\.php\?do=buddylist' => 'profiliniz/arkadaslik_ayarlari/' '^profile\.php\?do=editavatar' => 'profiliniz/avatar_degistir/' '^profile\.php\?do=editsignature' => 'profiliniz/imza_degistir/' '^profile\.php\?do=editpassword' => 'profiliniz/sifre_mail_duzenle/' '^profile\.php\?do=editoptions' => 'profiliniz/ayarlari_duzenle/' '^profile\.php\?do=ignorelist' => 'profiliniz/yasakli_listem/' '^private\.php$' => 'PM/' '^private\.php\?do=newpm' => 'PM/gonder/' '^private\.php\?do=trackpm' => 'PM/takip/' '^private\.php\?do=editfolders' => 'PM/klasor_duzenle/' '^group\.php$' => 'gruplar/' '^search\.php\?do=getnew' => 'ara/yeni_mesajlar/' '^search\.php$' => 'ara_bul/' '^search\.php\?searchid=(.+?)' => 'ara/arayan-bulur/$1' '^sendmessage\.php$' => 'iletisim/' '^showgroups\.php$' => 'ekibimiz/' '^newthread\.php\?do=newthread&f=(.+?)$' => 'yenikonu/$1/' '^newreply\.php\?do=postreply&t=(.+?)$' => 'cevapla/$1/' '^newreply\.php\?do=newreply&p=(.+?)$' => 'mesajdan-alinti-yaparak-cevap-yaz/$1/' '^forumdisplay\.php\?do=markread' => 'konulari-okudum-say/' '^login\.php\?do=logout&logouthash=(.+?)$' => 'cikart-beni-burdan/$1' '^login\.php\?do=login' => 'giris-yaptiniz/'
.htaccess içeriğiniz nedir?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
.htaccess Bu şekilde.
Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteEngine On RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
.htaccess iniz içerisinden son iki satırı silin.
Diğer sorun ile hostinginiz ile temasa geçmenizi tavsiye ederim.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hostinginiz ile temasa geçtiniz mi ?
Benim silmenizi söylediğimin bu sorun ile yakından uzaktan alakası yok.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam