Forum Moderators: phranque
RewriteCond %{HTTP_REFERER} ^robots\.txt$
RewriteRule ^robots\.txt$ - [F]
RewriteCond %{HTTP_REFERER} ^https?://www\.example\.com\.?(:[0-9]+)?/([^?#]+)
RewriteCond %2>$1 ^robots\.txt>robots\.txt$ [OR]
RewriteCond %2>$1 ^somedir/somepage\.html>somedir/somepage\.html$ [OR]
RewriteCond %2>$1 ^otherdir/otherpage\.php>otherdir/otherpage\.php$
RewriteRule ^(.+)$ - [F]