Forum Moderators: goodroi
If not you need to have
Disallow: /dir1/dir2/coppermine
Note I dropped the trailing slash as well,
see this thread [webmasterworld.com] as to why I did that.
Disallow: /directory/
If it is then Google is completely ignoring it. According to them it is
Disallow: /directory
[google.com...]
The disallow tells spiders/bots not to ask for anything begining with what you specify.
As it is possible to have a url pointing at
www.example.com/directory without a trailing slash and this causes some bots not match this to the disallow: /directory/ instruction and hence could cause issues.
Some other bots are known to actually ignore the trailing / in the disallow when matching which can cause another issue if you have a dictory and another resource called starting with the same name
e.g.
disallow: /myinfo
would disallow both a directory called myinfo and a page called myinfo.htm.