• 11-05-2009, 15:23:11
    #1
    Üyeliği durduruldu
    arkadaşlar daha önce konu vardı ama benimkiyle tam uyuşmuyordu

    benim sitenin 118 k indexi var google'dan ya da normal yazarak girmeye çalışıyorum hepsinde beyaz sayfa çıkıyor.Neden böyle bir sorun var acaba?
  • 11-05-2009, 21:55:23
    #2
    Üyeliği durduruldu
    .httaccess dosyasında sorun olmalı.
  • 12-05-2009, 00:14:27
    #3
    Üyeliği durduruldu
    # 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]
    htaccess bu nerede sorun var peki ?
  • 13-05-2009, 00:00:36
    #4
    Üyeliği durduruldu
    yardım edebilecek yok mu arkadaşlar .?
  • 14-05-2009, 00:30:55
    #5
    Eposta Aktivasyonu Gerekmekte
    bunun birçok nedeni olabilir. kullandığınız eklentilerin hepsini deaktif edermisiniz daha sonra deneyin.
  • 14-05-2009, 11:57:21
    #6
    Üyeliği durduruldu
    .htaccess dosyanızda şunları kendi sitenize göre ayarlamamışsınız;

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]


    Ayarlayıp deneyin..