Forum Moderators: phranque
[edited by: incrediBILL at 3:15 am (utc) on May 20, 2012]
[edit reason] fixed URLS, use Example.com [/edit]
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName example.com
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 194.186.88.56
deny from 38.101.219.98
deny from 93.170.52.20
deny from 46.17.96.12
[edited by: incrediBILL at 9:57 pm (utc) on May 18, 2012]
[edit reason] fixed URLS, use Example.com [/edit]