090209 apache 防盗链

090209 apache 防盗链
<Directory "D:/java/xx/picphoto/">
      Options SymLinksIfOwnerMatch
             RewriteEngine  on
       RewriteCond %{HTTP_REFERER} !^http://localhost.*$ [NC]
             RewriteRule .*\.(gif|jpg|jpeg|JPG)$   http://www.xx.cn/images/xx.gif [R,NC]
</Directory>

你可能感兴趣的:(090209 apache 防盗链)