I am using IPB as the script.. I want to block a particular section to be blocked.. How can I do it? and, how to block a directory? where should I put the robots.txt file in both the cases?
robots.txt should be in the root directory. And blocking parts works like this: User-agent: * Disallow: /something/something_else/ Disallow: /forum/forum34.html/ Disallow: /forum/url_of_the_forum_you_wanna_block/ Code (markup):