Maybe for security reasons? Something like this.
Code: Select all
User-agent: *
Disallow: /admin
Disallow: /doc
Disallow: /images
Disallow: /install
Disallow: /lib
Disallow: /modules
Disallow: /plugins
Disallow: /tmp
Disallow: /uploads
Code: Select all
User-agent: *
Disallow: /admin
Disallow: /doc
Disallow: /images
Disallow: /install
Disallow: /lib
Disallow: /modules
Disallow: /plugins
Disallow: /tmp
Disallow: /uploads
I think if we're worried about search engines and hackers being able to get into those areas, it'd be better to use the filesystem's permissions.spoetnik wrote:Is it an idea to include a 'robots.txt' file to the default install??
Maybe for security reasons? Something like this.Code: Select all
User-agent: * Disallow: /admin Disallow: /doc Disallow: /images Disallow: /install Disallow: /lib Disallow: /modules Disallow: /plugins Disallow: /tmp Disallow: /uploads