Htaccess and Wordpress

SitePoint Members,
In wordpress, different pages are not in different files, as far as I know they’re in a MYSQL database. So how do you refer to wordpress pages in the htaccess file? I’m trying to do something like this

<Files /terms-of-use/|/search/|/thank-you/>
Order deny,allow
Deny from googlebot googlebot-image googlebot-mobile msnbot msnbot-media yahoo-slurp slurp
</Files>

but I’m pretty sure the syntax is wrong.

Just in case, what I’m trying to do with the code above is prevent those bots from crawling those wordpress pages. It should be possible since redirects in htaccess refer one wordpress page to another wordpress page.

Thanks for the help,

Chris