Forum Moderators: goodroi
The file should look like this:
User-agent: *
Dissallow /
That'll stop all bots.
Nick
I suggest protecting a subdirectory using the sample below, and then putting the page there and giving it a more-or-less unguessable name (i.e. not index.html). Also make sure that if someone nosy tries to access that directory, that your server doesn't cough up a list of the files in the directory. That should be sufficient unless the data is really sensitive, in which case you should definitely password-protect it.
User-agent: *
Dissallow /some_private_dir/