.htaccess 룰은 jpg파일 제외로 되어 있는데 뷰페이지나 에디터에서 이미지 못 불러 오네요
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
레드몽77
4년 전
보안 적으로는 .htaccess 적용을 해야 할듯 하는데
<FilesMatch "\.(htaccess|htpasswd|[Pp][Hh][Pp]|[Pp][Hh][Tt]|[Pp]?[Hh][Tt][Mm][Ll]?|[Ii][Nn][Cc]|[Cc][Gg][Ii]|[Pp][Ll])">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "\.(htaccess|htpasswd|[Pp][Hh][Pp]|[Pp][Hh][Tt]|[Pp]?[Hh][Tt][Mm][Ll]?|[Ii][Nn][Cc]|[Cc][Gg][Ii]|[Pp][Ll])">
Order allow,deny
Deny from all
</FilesMatch>
jpg까지 안되는건 무슨 이유 일까요?