SetEnvIFNoCase Referer test.com link_ok
<FilesMatch "\.(gif|jpg|png|GIF|JPG|PNG)$">
  Order Allow,deny
  #deny from all
  allow from env=link_ok
</FilesMatch>
'[ Web 관련 ] > php' 카테고리의 다른 글
| php https 체크 (0) | 2021.04.22 | 
|---|---|
| php 템플릿 (0) | 2021.04.21 | 
| 파일 경로에서 폴더 출력 (0) | 2021.02.05 | 
| php 폴더 생성, 파일생성 file_exists(), is_dir(), mkdir() (0) | 2021.02.05 | 
| php 암호화 (특정키를 사용해서 인코딩, 디코딩) (0) | 2021.02.04 |