FP2002, Apache 2.0.52, Fedora Core 3. Everything is working as expected
except:
I am trying to ban access from some clients.
In my root directory, my .htaccess looks like:
------------------------------------------
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
allow from all
deny from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName server.tqmcube.com
AuthUserFile /var/www/html/_vti_pvt/service.pwd
AuthGroupFile /var/www/html/_vti_pvt/service.grp
order allow,deny
deny from xxx.xxx.xxx.xxx (client IP)
allow from all
---------------------------------------------
Inexplicably, this causes hover buttons not to work. Any suggestions?
--
Displayed Email Address is a Spam Trap
Use dch-at-tqmcube-dot-com
