Well, usually comments.php is not directly accessible, but is part of the theme. So using index.php should filter them from the beginning, avoiding waste of bandwidth :) madalin wrote: > Actually i think this should be > > <Files comments.php> > Order allow,deny > Deny from 60.191.73 > Deny from 63.226.162 > Allow from all > </Files>