Would someone be so kind as to point out where I would place the code above. This is what my current htaccess looks like:
Code:
Options ExecCGI FollowSymLinks Includes
DirectoryIndex index.php index.htm index.html
AddHandler cgi-script .cgi
AddType application/x-httpd-cgi .cgi
<Limit GET>
order allow,deny
allow from all
deny from xxx.xxx.xx.x
deny from xxx.xxx.xx.xx
[/limit]
Thanks in advance.