Hello Dear, I want to block folder /Portals/ and /portals/ What syntax should we use /[Pp]ortals or /*ortals Just let me know. Thanks
user-agent: b disallow: /Portals/ disallow: /portals/ if you need to block both that is, URLs are usually case sensitive, and having both a "Portals" and a "portals" directory on your server would be a bit.. ambiguous.