Hi,
I have problem with security, also i am confused. There is ability to change the blogs.dir and wp-content folder names for security reason as no one could enter there. But at the same time we use robots.txt which block or allows to access bots to this directory as the users also can easily determine our hidden folder names. My robots.txt for all sites:
User-agent: *
Disallow:
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-login.php
Disallow: /foldername/plugins
Disallow: /foldername/cache
Disallow: /foldername/themes
Disallow: /trackback
Disallow: /comments
Disallow: */trackback
Disallow: */comments
Disallow: /*?*
Disallow: /*?
Allow: /foldename/blogsdirname/1/files/*
Sitemap: http://vsayt.com/sitemap.xml
Foldername = wp-content
blogsdirname = blogs.dir
What is our gain from these? Do we need to change folder names or just remove the folder names from robots.txt?