[CentOS] Htaccess Help

Mon Apr 25 21:23:41 UTC 2011
Matt <lm7812 at gmail.com>

Been looking for a while on this before resorting to asking.  I have
an .htaccess file like so.

order allow,deny

allow from x.x.x.0/24

I have this in my root html directory and it works fine.  Only allows
access by the x.x.x.0/24 subnet.  Thing is I have one file
~"siteinfo.html" that I want to allow anyone to access.  How would I
do that?