Forum Moderators: phranque
Thanks
Here's what I currently have in my .HTACCESS file:
order allow,deny
allow from all
deny from ***.**.***.***
deny from ***.**.***.***
The * are really ips, but it's someones privacy not to show.
Shared cgi-bin directories are typically "Aliased" (See Apache mod_alias) on commercial hosting accounts, so your .htaccess file will not be executed when requests are made to that directory. This is because the directory is not where it appears to be located in your directory structure, but rather is located in a more secure area of the server.
If you do not have access to httpd.conf, you may need to copy the files you need from the cgi-bin directory into a directory that you "own" and then take steps to secure them there.
Jim
Jim