Forum Moderators: goodroi
User-agent: *
Disallow: /administrator/
Disallow: /cache/
Disallow: /components/
Disallow: /editor/
Disallow: /help/
Disallow: /includes/
Disallow: /language/
Disallow: /mambots/
Disallow: /media/
Disallow: /modules/
Disallow: /templates/
Disallow: /installation/
robots.txt is based on 'prefix match' beginning at the root "/"
Disallow: /admin
would disalow any URL with the prefix /admin
including:
/admin
/adminisrator
/administrator/
/adminibator
/admin/
/admin.html
/admin.php
It simply matches the prefix of the URL beginning at the root.
This will not prevent any robot from access it simply "asks them not to go there"
For real protection you may want to use server commands like .htaccess or equivalent.