.htaccess를 손질해서 도둑맞는 트래픽을 막는 팁을 보고 했는데 경고가 나오고 안되네요ㅠㅠ
좀 봐 주시겠어요??ㅠㅠ
[code]
SetEnvIfNoCase remote_addr 72.14.164 bad
SetEnvIfNoCase User-Agent "^Webzip" bad
SetEnvIfNoCase User-Agent "^EmailSiphon" bad
SetEnvIfNoCase User-Agent "^BPImageWalker" bad
SetEnvIfNoCase User-Agent "^Wget" bad
SetEnvIfNoCase User-Agent "^EmailWolf" bad
Order allow,deny
Allow from all
Deny from env=bad
[/code]
.htaccess의 파일에 위 소스를 집어 넣으면 로봇들이 트래픽을 잡아 먹는 걸 막을 수 있다고 하여 설정을 했더니 아래와 같은 에러가 뜹니다.
어떻게 해야 할지 좀 알려 주시겠어요ㅠㅠ
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, @hanmail.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
음 아직 1.6을 사용하지 않아 구조가 어떻게 바꼈는지 모르겠습니다.
아마 구조가 바끼면서 발생 하는 것 같네요..
만약 클릭 시 페이지 오류 날때나 또는 해당 링크에 마우스를 올리면 주소가 나오자나요.. 그 주소가 제대로 되어 있는지 확인 해보시는 것도 방법일듯 합니다.
(아마 저도 1.6 정식 릴리즈 되면 바로 올릴텐데.. 그때 오류가 나면 수정 해야겠지요 에휴 ㅠ,.ㅜ)
그때까지 기다려 주시덩가 해당 주소를 다시 한번 댓글 달아주시겠어요???