Yaklaşık 3 saattir uğraşıyorum fakat yapamadım.Öncelikle vbseo sitemap generator ile sitemap yaptım aşağıdaki sonucu aldım.
Bundan sonra Google webmaster tools'a girdim ve sitemin onaylattım.[create sitemap file] filename: sitemap_1.xml.gz, number of urls: 30000 [3,785.3Kb mem used] [9s (+9s)]
[create sitemap in text format] part #2 [3,785.2Kb mem used] [9s (+0s)]
[create sitemap file] filename: sitemap_2.xml.gz, number of urls: 30000 [3,787.8Kb mem used] [15s (+5s)]
[create sitemap in text format] part #3 [3,787.8Kb mem used] [15s (+0s)]
[SECTION START] polls [3,835.2Kb mem used] [17s (+3s)]
[create sitemap file] filename: sitemap_3.xml.gz, number of urls: 16321 [3,783.0Kb mem used] [18s (+0s)]
[create sitemap in text format] part #4 [3,782.9Kb mem used] [18s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 3 [3,782.9Kb mem used] [18s (+0s)]
Ardından site haritası ekleme kısmına geldim. Site haritası uzantısının yazıldığı bölüme
yazıyorum olmuyor.Code:http://www.siteadi.com/vbseo_sitemap/data/sitemap_1.xml.gz
giriyorum yine aşağıdaki hatayı veriyor.Code:http://www.siteadi.com/sitemap_1.xml.gz
Kendim ftpden data içerisinde bulunan sitemap_1.xml.gz dosyasını ana dizine taşıyıp yenidenGenel HTTP hatası: 404 bulunamadı
Site Haritanıza erişmeye çalışırken bir hatayla karşılaştık. Lütfen Site Haritanızın yönergelerimize uygun ve belirttiğiniz yerde erişilebilir olmasını sağlayın ve yeniden gönderin.
adresini girmeyi denedim fakat yine aynı hata.Code:http://www.siteadi.com/sitemap_1.xml.gz
Vbtech gibi forumlarınızı okudum orada ki bazı konuşmalarda htaccessten ve mod rewrite'dan söz etmişsiniz. mod rewrite özelliği açık. htaccess de aşağıdaki gibi.
Ne yapmalıyım acaba htaccess içerisinde yourdomain.com geçen yerlerden dolayı mı oluyor?# 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 %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Yoksa vbseo sitemap dosyasında ki data klasörüne ait htaccess'i mi düzenlemeliyim?
ŞİMDİDEN TEŞEKKÜRLER.



LinkBack URL
About LinkBacks





Reply With Quote
