vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Müşteri Hesap Kontrol Arayüzü vBSEO 3.2.0 Gold Yayınlandı vBSEO Başarısı: 600rafik Artışı - 1 günde $1400 Kazanç! Crawlability Inc. SEO Teknolojisi Patentine Başvurdu  vBSEO bir forumun günde $100 Reklam geliri kazanmasına yardımcı oldu  vBSEO ile en kısa sürede $20.000 kazanmak
se sw

Forumdisplay 2.,3. ve diğer sayfalarda hata, sitemap

This is a discussion on Forumdisplay 2.,3. ve diğer sayfalarda hata, sitemap within the Türkçe forums, part of the General Discussion category; Merhaba, Sitemde 2 tane sorun var, birini dün gece fark ettim. Ben normalde forumdisplayde 1. sayfadan sonraki sayfaları forumadi/index2.html şeklinde ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion > Türkçe

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 01-14-2008, 11:17 AM
sum41live's Avatar
Senior Member
 
Real Name: -
Join Date: May 2007
Posts: 137
Forumdisplay 2.,3. ve diğer sayfalarda hata, sitemap

Merhaba,

Sitemde 2 tane sorun var, birini dün gece fark ettim.

Ben normalde forumdisplayde 1. sayfadan sonraki sayfaları forumadi/index2.html şeklinde ayarladım bütün forumlarda düzgün bir şekilde çalışıyor ancak "Muzik - Performance Videoları" adlı bölümde index2.html/ oluyor yani

Code:
http://www.aktifpaylasim.com/muzik-performance-videolari/index2.html
olması gerekirken

Code:
http://www.aktifpaylasim.com/muzik-performance-videolari/index2.html/
oluyor. Bu hata tespit ettiğim kadarıyla sadece bu forumda var.



2. sorum ise sitemap ile ilgili...

Google'da ki raporlarıma baktığımda:

Bulunamadı: 10204
Erişilemeyen URL'ler: 7165

Durum içler acısı... Altığım hatalar ektedir.
Attached Thumbnails
adsyz.jpg
Views:	50
Size:	184.4 KB
ID:	3745  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-14-2008, 11:38 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,547
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
.htaccess içeriğiniz nedir ?

Ayrıca kullandığınız rewrite ayarları standart ayarlar mı yoksa custom ayarlar mı ?

Kullandığınız herhangi CRR varsa onlarıda yazarsanız sevinirim.

Bu hataların hepsi hatalı bir özel ayarı işaret etmekte.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-14-2008, 11:47 AM
sum41live's Avatar
Senior Member
 
Real Name: -
Join Date: May 2007
Posts: 137
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\.aktifpaylasim\.com
#RewriteRule (.*) http://www.aktifpaylasim.com/$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} !(yns-alper/|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} !^(yns-alper|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]

# makes sure everything has www on it
RewriteCond %{HTTP_HOST} ^aktifpaylasim.com$
RewriteRule ^(.*)$ http://www.aktifpaylasim.com/$1 [R=301,L]
Rewrite ayarlarımı kendim ayarladım varsayılan ayarlar değil...

Bir sürü CRR kullanıyorum ama bu konuyla alakası olduğunu düşünmüyorum yine de buraya ekledim.

Code:
'^vBTube\.php$' => 'aktiftube/'
'^vBTube\.php\?do=search$' => 'aktiftube/video-ara/'
'^vBTube\.php\?do=cat&catid=2$' => 'aktiftube/otomobil-araclar/'
'^vBTube\.php\?do=cat&catid=23$' => 'aktiftube/komedi/'
'^vBTube\.php\?do=cat&catid=24$' => 'aktiftube/eglence/'
'^vBTube\.php\?do=cat&catid=1$' => 'aktiftube/film-animasyon/'
'^vBTube\.php\?do=cat&catid=26$' => 'aktiftube/nasil-yapilir/'
'^vBTube\.php\?do=cat&catid=20$' => 'aktiftube/oyunlar-hileler/'
'^vBTube\.php\?do=cat&catid=10$' => 'aktiftube/muzik/'
'^vBTube\.php\?do=cat&catid=25$' => 'aktiftube/haberler-politika/'
'^vBTube\.php\?do=cat&catid=22$' => 'aktiftube/insanlar-bloglar/'
'^vBTube\.php\?do=cat&catid=15$' => 'aktiftube/hayvanlar/'
'^vBTube\.php\?do=cat&catid=17$' => 'aktiftube/spor/'
'^vBTube\.php\?do=cat&catid=2$' => 'aktiftube/otomobil-araclar/'
'^vBTube\.php\?do=cat&catid=19$' => 'aktiftube/geziler-mekanlar/'
'^vBTube\.php\?do=view&vidid=(\w+)$' => 'aktiftube/video-$1/'
'^vBTube\.php\?do=user&uname=(\w+)$' => 'aktiftube/uye-$1/'
'^vBTube\.php\?do=cat&catid=(\d+)&page=(\d+)$' => 'aktiftube/kategori-$1-sayfa-$2/'
'^vBTube\.php\?do=featured$' => 'aktiftube/dikkat-ceken-videolar/'
'^vBTube\.php\?do=popular$' => 'aktiftube/populer-videolar/'
'^showgroups\.php$' => 'aktifteam/'  
'^index\.php\?page=sinema' => 'sine-portal/'  
'^index\.php\?page=muzik' => 'muzik/'
'^index\.php\?page=vbskins' => 'vbulletinskins/'  
'^external\.php\?type=rss2' => 'rssfeed.rss'   
'^faq\.php$' => 'yardim/'  
'^private\.php$' => 'ozelmesajlar/'  
'^private\.php\?do=newpm' => 'pm-gonder.html'  
'^usercp\.php$' => 'profilim/'  
'^calendar\.php$' => 'takvim/'  
'^vaispy\.php$' => 'online-mesaj-takibi/'
'^search\.php\?do=getnew' => 'yeni-mesajlar/'  
'^search\.php\?do=getdaily' => 'bugunku-mesajlar/'  
'^forum\.php$' => 'forum/'  
'^online\.php$' => 'kimler-online/'  
'^search\.php$' => 'gelismis-arama/'   
'^profile\.php\?do=editsignature' => 'profil/imzadegistir/'  
'^profile\.php\?do=editoptions' => 'profil/seceneklerim/'  
'^profile\.php\?do=editprofilepic' => 'profil/profilresmim/'  
'^profile\.php\?do=editprofile' => 'profil/duzenle/'  
'^profile\.php\?do=editavatar' => 'profil/avatar/'  
'^profile\.php\?do=editpassword' => 'profil/sifre/'  
'^profile\.php\?do=editattachments' => 'profil/eklentiler/'  
'^profile\.php\?do=editlist' => 'profile/arkadaslitesi/'  
'^sendmessage\.php$' => 'mail-gonder/'  
'^arcade\.php$' => 'aktif-oyunlar/'  
'^arcade\.php\?do=play&gameid=(\d+)$' => 'aktif-oyunlar/oyun-$1.html'  
'^arcade\.php\?act=Arcade&do=play&gameid=(\d+)$' => 'aktif-oyunlar/oyun-$1.html'  
'^arcade\.php\?do=stats&gameid=(\d+)$' => 'aktif-oyunlar/yuksek-skor-$1.html'  
'^arcade\.php\?act=Arcade&do=stats&gameid=(\d+)$' => 'aktif-oyunlar/yuksek-skor-$1.html'  
'^arcade\.php\?do=viewtournaments$' => 'aktif-oyunlar/tunuvalari-goruntule.html'  
'^movie\.php$' => 'film-arsivi/'  
'^film\.php\?id=(\d+)$'=>'film-arsivi/film-$1.html'
'^register\.php$' => 'uye-ol/'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-14-2008, 11:55 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,547
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Herşeyden önce .htaccess içeriğinizde hata bulunmaktadır.

Lütfen .htaccess içeriğinizi alttaki gibi değiştiriniz

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\.aktifpaylasim\.com
RewriteRule (.*) http://www.aktifpaylasim.com/$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} !(yns-alper/|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} !^(yns-alper|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
şeklinde .htaccess içeriğinizi değiştirmelisiniz. Daha sonra hatanın custom url ayarlarınızdan olup olmadığını kontrol etmek için lütfen forumunuzu geçici olarak kapatınız ve sırayla şu adımları takip ediniz :

1. vBSEO Kontrol Paneli içerisinden ayarlarınızı yedekleyiniz
2. CRR larınızı yedekleyiniz ve yedekledikten sonra tüm CRR'larınızı silerek bahsettiğiniz hatanın var olup olmadığını kontrol ediniz.
3. Eğer CRR ları temizlemek hatayı düzeltmediyse lütfen varsayılan URL formatlarından birisini seçiniz ve hatanın devam edip etmediğini kontrol ediniz.
__________________
Mert Gökçeimam / Crawlability Inc.
Operasyon Tamamlandı : vBSEO 3.2.0 Gold Yayınlandı! 100 üzerinde SEO geliştirmesi

vBSEO Google/Yahoo Sitemap Yaratıcısı v.2.2 Yayınlandı vBSEO 3.2 için Gerekli Güncelleme


6X Trafik - vBSEO ile bir günde $1400 kazanç!



My Personal Site: vBTech.net - vBulletin Support
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 01-14-2008, 12:03 PM
sum41live's Avatar
Senior Member
 
Real Name: -
Join Date: May 2007
Posts: 137
Sorun .htaccess'den kaynaklanıyormuş.

Sitemap sorunumunda çözülüp çözülmediğini nasıl anlayabilirim ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 01-14-2008, 12:16 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,547
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Birgün içinde anlayamazsınız. 1 hafta geçtikten sonra webmasters hesabınızı kontrol ederek bu hatanın devam edip etmediğini kontrol etmelisiniz.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 01-14-2008, 12:32 PM
Eyewear's Avatar
Senior Member
 
Real Name: Kemal
Join Date: Nov 2007
Posts: 111
aynı hata bendede oluyor bulunamadı hatam 6000 oldu benimkinde sorun olabilirmi acaba bakarmısınız
PHP 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.forumsonsuznet.org
RewriteRule 
(.*) http://www.forumsonsuznet.org/forum/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*.php(/.*)?)$ vbseo.php?vbseourl=$[L,QSA]

RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 01-14-2008, 12:42 PM
sum41live's Avatar
Senior Member
 
Real Name: -
Join Date: May 2007
Posts: 137
Quote:
Originally Posted by Mert Gökçeimam View Post
Birgün içinde anlayamazsınız. 1 hafta geçtikten sonra webmasters hesabınızı kontrol ederek bu hatanın devam edip etmediğini kontrol etmelisiniz.
Tamam... Teşekkürler Mert Bey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 01-22-2008, 05:04 AM
sum41live's Avatar
Senior Member
 
Real Name: -
Join Date: May 2007
Posts: 137
Mert Bey sitemapteki "bulunamadi" hatalarim düzelmeye basladi 10.000 küsürden 1.000 küsüre indi ancak onlar inerken "erisilemeyen url'ler" bölümündeki url'lerim artmaya basladi suan 5055 tane ve hergün artiyor ama url'lere baktigimda bir sorun yok. Ayrinti kisminda ise "Aga ulasilamiyor" yaziyor.

Örnek url'ler:

Code:
http://www.aktifpaylasim.com/14183-post1.html
http://www.aktifpaylasim.com/14333-post1.html
http://www.aktifpaylasim.com/%20turkce-sarki-sozleri/57058-rahdan-sustum.html
http://www.aktifpaylasim.com/%20turkce-sarki-sozleri/rssfeed.rss

En çok dikkatimi çeken url'ler:

Code:
http://www.aktifpaylasim.com/SearchPlotWriters?Kathy%20Li%20%7Bkli@qualcomm.com%7D
http://www.aktifpaylasim.com/SearchPlotWriters?Eugene%20Wu%20%7Binfinitey@juno.com%7D
Not: vbseo.com'da mesaj duzenleme bolumunde tr karakter sorunu var.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 01-22-2008, 08:33 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,547
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Code:
http://www.aktifpaylasim.com/SearchPlotWriters?Kathy%20Li%20%7Bkli@qualcomm.com%7D
Bu ne urlsidir ?

Code:
http://www.aktifpaylasim.com/%20turkce-sarki-sozleri/57058-rahdan-sustum.html
vBSEO böyle bir url yaratmaz. Ancak bu hatalı url'yi 301 ile orijinal konuya yönlendirir.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 01-22-2008, 10:12 AM
sum41live's Avatar
Senior Member
 
Real Name: -
Join Date: May 2007
Posts: 137
Quote:
Originally Posted by Mert Gökçeimam View Post
Code:
http://www.aktifpaylasim.com/SearchPlotWriters?Kathy%20Li%20%7Bkli@qualcomm.com%7D
Bu ne urlsidir ?

Code:
http://www.aktifpaylasim.com/%20turkce-sarki-sozleri/57058-rahdan-sustum.html
vBSEO böyle bir url yaratmaz. Ancak bu hatalı url'yi 301 ile orijinal konuya yönlendirir.
İlk url'i bende anlamadım

İkinci url'de tıklandığı zaman doğru url'e yönlendiriyor ama sitemapte böle bi url'in oluşması garip...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 01-22-2008, 10:24 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,547
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Böyle bir url sitemapde olup olmadığını kontrol ettiniz mi ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
forumdisplay, sitemap

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Linkback ve diğer döngüler hk soru netcommander Türkçe 2 12-03-2007 05:50 PM
Sitemap Linkinde Hata Var apaydin2148 Türkçe 9 09-25-2007 09:07 AM
run sitemap generator hata? Kaiser_Dealxa Türkçe 1 07-12-2007 12:53 PM
sitemap does not index threads, posts, forumdisplay. Only members HeadBuilder Troubleshooting 11 05-20-2007 07:31 AM
Sitemap alırken hata alıyorum :( erhanerhan_5 Türkçe 9 11-15-2006 09:44 AM


All times are GMT -4. The time now is 08:51 AM.


Powered by vBulletin® Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.