• 购物车  0

    我的购物车

    0 件商品,共计 0
    去购物车结算
  • 最新公告 

    未读消息 :  忽略

    查看全部

  • 常见问题
  • 有问必答
  • 网站备案

欢迎您来到禾城数码,开始互联网之旅!

window2008系统iis7.5下虚拟主机设置防盗链

首先我们需要用记事本制作一个web.config,记住将*txt格式改为.config  代码如下:


    <system.webServer>  
    <rewrite>  
    <rules>  
    <rule name="Prevent hotlinking">  
    <match url="^.*\.(rar|zip|jpg|gif)$" ignoreCase="true" />  
    <conditions>  
    <add input="{HTTP_REFERER}" pattern="http://www.xxxxxx.com/.*" negate="true" />  
    <add input="{HTTP_REFERER}" pattern="http://xxxxxx.com/.*" negate="true" />  
    </conditions>  
    <action type="Rewrite" url="/404.html" />  
    </rule>  
    </rules>  
    </rewrite>  
    </system.webServer> 


   以上代码是允许了<a href="http://www.xxxxxx.com/" www.xxxxxx.com和xxxxxx.com对rar|zip|jpg|gif文件进行调试

将以上文件上传至网站根目录(wwwroot)下即可 如果网站有设置伪静态,直接将上述代码加入原有web.config一样可以生效



来源: greatidc.com
阅读:3381
日期:2012/11/30

  >> 相关文章
 
Top

客服热线

0573-80897175