vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 4 of 4

vB Seo Sitemap Generator ansayfa Çalışmıyor

This is a discussion on vB Seo Sitemap Generator ansayfa Çalışmıyor within the Türkçe forums, part of the General Discussion category; sitemde vbseo sitemap generator 2.2 yükledim. Sitemapları felan çalıştırdım ama /sitemap_index.xml.gz sayfası açılmıyor sayfa bulunamıyor diyor.Htaccess ayarları ,tam data klasörü ...

  1. #1
    Member
    Real Name
    AHMET BAYRAM
    Join Date
    Jan 2008
    Posts
    33

    vB Seo Sitemap Generator ansayfa Çalışmıyor

    sitemde vbseo sitemap generator 2.2 yükledim.

    Sitemapları felan çalıştırdım

    ama /sitemap_index.xml.gz sayfası açılmıyor sayfa bulunamıyor diyor.Htaccess ayarları ,tam data klasörü chmod 777 fakat yinede çalışmıyor acaba sorun nedir ?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,923
    Blog Entries
    4
    .htaccess içeriğiniz nedir ?
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  3. #3
    Member
    Real Name
    AHMET BAYRAM
    Join Date
    Jan 2008
    Posts
    33
    # 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]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


    bu htacces'im

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,923
    Blog Entries
    4
    Alttaki .htaccess dosyasını kullanın.

    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 %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
    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]
    
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

Similar Threads

  1. Replies: 9
    Last Post: 12-26-2008, 02:40 PM
  2. Versiyon Yükselttim Taglat Çalışmıyor
    By salimakin in forum Türkçe
    Replies: 10
    Last Post: 10-11-2008, 06:13 AM
  3. Sitemap anasayfası çalışmıyor
    By Dostnametr in forum Türkçe
    Replies: 6
    Last Post: 08-02-2008, 08:59 AM
  4. vbseo sitemap vbulletin 3.7.0 da çalışmıyor??
    By gulceumit in forum Türkçe
    Replies: 4
    Last Post: 05-15-2008, 07:50 AM
  5. vBSEO Sitemap Generator generated incorrect sitemap URL
    By X1C3W5 in forum Troubleshooting
    Replies: 2
    Last Post: 01-02-2008, 11:45 AM