• 28-09-2012, 22:30:07
    #1
    Arkadaşlar sitemde dosya yazma izinleri olduğu halde google bot indexlemiş ve arama sonuçlarında da görünüyor.Baktım o sayfalara da erişim var ? sıkıntı oluşturur mu ? bu sayfalara ulaşımı nasıl engelleyebilirim acaba ?
  • 29-09-2012, 01:16:14
    #2
    robots.txt dosyana
    disallow wp-includes yazabilirsin.
  • 29-09-2012, 01:17:47
    #3
    onu yaptım ancak neden o klasör görünüyor onu anlayamadım
  • 29-09-2012, 01:25:12
    #4
    Örnek bir robots.txt dosyası paylaşıyorum, bu şekilde yaptıktan sonra 4-5 gün sonra wp-includes indexleri de görünmez.
    User-agent: *
    Disallow: /cgi-bin/
    Disallow: /wp-admin/
    Disallow: /wp-includes/
    Disallow: /wp-content/plugins/
    Disallow: /wp-content/cache/
    Disallow: /wp-content/themes/
    Disallow: /trackback/
    Disallow: /feed/
    Disallow: /comments/
    Disallow: /category/*/*
    Disallow: */trackback/
    Disallow: */feed/
    Disallow: */comments/
    Disallow: /*?
    Allow: /wp-content/uploads/
  • 29-09-2012, 01:30:04
    #5
    tonymontana adlı üyeden alıntı: mesajı görüntüle
    Örnek bir robots.txt dosyası paylaşıyorum, bu şekilde yaptıktan sonra 4-5 gün sonra wp-includes indexleri de görünmez.
    User-agent: *
    Disallow: /cgi-bin/
    Disallow: /wp-admin/
    Disallow: /wp-includes/
    Disallow: /wp-content/plugins/
    Disallow: /wp-content/cache/
    Disallow: /wp-content/themes/
    Disallow: /trackback/
    Disallow: /feed/
    Disallow: /comments/
    Disallow: /category/*/*
    Disallow: */trackback/
    Disallow: */feed/
    Disallow: */comments/
    Disallow: /*?
    Allow: /wp-content/uploads/
    hocam robot dosyası için teşekkürler ancak ben bunu zaten yaptım.Ben sadece engellemek istiyorum o dosyanın içinin görünmesini.Asıl istediğim bu..:S
  • 29-09-2012, 01:39:28
    #6
    Options -Indexes

    IndexIgnore *
    Bu 2 sinden birini htaccesse eklerseniz klasör listelenmesinin önüne geçersiniz.
    www.site.com/wp-includes yazıldığında listelenmez 404 hatası döner.
  • 29-09-2012, 01:41:56
    #7
    .htaccess dosyasına

    Options All -Indexes

    yazıp, dener misin?

    Edit: Benden önce yazmışlar.
  • 29-09-2012, 01:45:53
    #8
    soulmy adlı üyeden alıntı: mesajı görüntüle
    .htaccess dosyasına

    Options All -Indexes

    yazıp, dener misin?

    Edit: Benden önce yazmışlar.
    hocam bu kod bütün siteyi içeriğiyle engellemesin ?
  • 29-09-2012, 01:47:34
    #9
    DoktorCan adlı üyeden alıntı: mesajı görüntüle
    hocam bu kod bütün siteyi içeriğiyle engellemesin ?
    Bende bu kod ekli hocam. Bir sıkıntı olmaz.

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 01:47:34 -->-> Daha önceki mesaj 01:46:46 --

    http://soulmy.net/wp-includes/

    dene istersen.