서버 전체에서 robot(크롤러) 허용하지 않기
페이지 정보

본문
/etc/httpd/conf/httpd.conf 파일에서
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (bot|crawl|spider|slurp|archive) [NC]
RewriteRule .* - [F,L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (bot|crawl|spider|slurp|archive) [NC]
RewriteRule .* - [F,L]
</IfModule>
- 이전글fail2ban을 이용하여 auto.php라는 string으로 접근하려는 시도를 차단하는 방법 24.11.27
- 다음글파일의 내용이 .htaccess만 포함하고 있고, 파일 이름도 .htaccess인 파일을 찾아서 보여주기 24.11.23
댓글목록
등록된 댓글이 없습니다.
