묻고답하기
.htaccess를 이용한 외부링크차단법 질문요.
2010.11.23 21:28
ftp 접속- > xe폴더->숨은파일보기->htaccess 다운.-> 메모장으로 열기 - >아래 소스 첨부 >저장 ->업로드(덮어씌우기)
이렇게 했는데요 .........결과는..
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, sys@anysecure.com 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.
모든페이지가 이렇게 나오네요... 뭐가 잘못된거죠,,? 닷홈웹호스팅을쓰고있는데 .htaccess 지원한다고했는데...말이죠..
도와주세요...
---------아래서부터 삽입소스----------------
<Directory />
Options FollowSymLinks
AllowOverride None
<IfModule mod_setenvif.c>
SetEnvIF Referer "http://gurdung.dothome.co.kr" pass
SetEnvIf Referer ^$ pass
<FilesMatch ".(gif|jpg|png|bmp|zip|tar|rar|alz|a00|ace|jpg|jpeg|txt|GIF|JPG|BMP|ZIP|TAR|RAR|ALZ|A00|ACE|TXT|mp3|MP3|mpeg|MPEG|wav|WAV|asf|ASF|wmv|WMV|swf|SWF|exe|EXE)$">
Order deny,allow
deny from all
allow from env=pass
ErrorDocument 404 http://commumoa.net/404.html
</FilesMatch>
</IfModule>
</Directory>
댓글 2
-
SeklutZ
2010.11.23 22:18
-
최혁준489
2010.11.24 11:20
말씀해주신데로 아크로에디트에 불러오기 해서 수정하고 업로드해도 마찬가지네요 ㅠㅠ 뭐가문제일까요...
메모장으로 .htaccess 파일을 수정/작성시 에러가 발생할 확률이 높습니다.
XE 홈페이지에서 1.4.4.1 코어를 다운 받아 압축을 풀면 xe 폴더 안에 .htaccess 파일이 있습니다.
아크로에디트등 무료 텍스트에디터를 설치하여 텍스트에디터로 구문 추가 작업을 하신 후,
작업한 파일을 서버에 업로드(덮어 씌우기)해보십시오.