order allow,deny
deny from 1.0.1.0/24
deny from 1.0.2.0/23
deny from 1.0.32.0/19
deny from 1.0.8.0/21
deny from 1.1.0.0/24
allow from all
上記のコードを使用して IP をブロックしています.htaccess
。しかし、それは機能していません。を削除する"allow from all"
と、ウェブサイトはforbidden for all IP address
. これの問題は何ですか?
httpd の構成は次のとおりです。
<Directory /var/www/html/foldername/>
Options -Indexes +FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
誰でも助けることができますか?