<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>笨猫&#039;s Blog &#187; 防盗链</title>
	<atom:link href="http://www.benmao.com/archives/tag/%e9%98%b2%e7%9b%97%e9%93%be/feed" rel="self" type="application/rss+xml" />
	<link>http://www.benmao.com</link>
	<description>关注互联网，生活，音乐，乐此不疲的一只笨猫</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:18:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>通过设置.htaccess来达到防盗链</title>
		<link>http://www.benmao.com/archives/786</link>
		<comments>http://www.benmao.com/archives/786#comments</comments>
		<pubDate>Fri, 07 Aug 2009 03:50:35 +0000</pubDate>
		<dc:creator>笨猫</dc:creator>
				<category><![CDATA[猫玩技术]]></category>
		<category><![CDATA[防盗链]]></category>

		<guid isPermaLink="false">http://www.benmao.com/archives/786</guid>
		<description><![CDATA[如果是CP面板的话，进入CP后！点HotLink Protection，耐心的等待一会！就会出现页面！ 如果把你想要允许连接的网站写上面，一行一个，（一般里面已经有了）！ Extensions to allow (seperate by commas):这个的意思是设置防止盗连的文件类型！ Allow direct requests 这个的意思是：是不是允许直接通过浏览器来打开图象或者文件连接！ 然后提交！ OK! —- 我们查看下空间根目录的”.htaccess”文件里面的内容： 1 2 3 4 5 RewriteEngine on //开启 RewriteCond %{HTTP_REFERER} !^http://yourdomain/.*$ [NC] //允许地址连接 RewriteCond %{HTTP_REFERER} !^http://yourdomain/.*$ [NC] //允许地址连接 RewriteCond %{HTTP_REFERER} !^http://yourdomain/.*$ [NC] //允许地址连接 RewriteRule .*\.(jpg&#124;jpeg&#124;gif&#124;png&#124;bmp)$ - [F,NC] //禁止类型<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F865&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">WordPress 的固定链接设置方式</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F756&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">WordPress永久链接或固定链接的方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F1414&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">wordpress修改仅首页显示友情链接</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F530&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">诺基亚旗下网站OVI推出无限容量免费外链相册+免费音乐外链空间</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F379&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">wordpress修改之友情链接页面</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>如果是CP面板的话，进入CP后！点HotLink Protection，耐心的等待一会！就会出现页面！<br />
如果把你想要允许连接的网站写上面，一行一个，（一般里面已经有了）！<br />
Extensions to allow (seperate by commas):这个的意思是设置防止盗连的文件类型！<br />
Allow direct requests 这个的意思是：是不是允许直接通过浏览器来打开图象或者文件连接！</p>
<p>然后提交！<br />
OK!<br />
—-<br />
我们查看下空间根目录的”.htaccess”文件里面的内容：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">RewriteEngine on    //开启
RewriteCond %{HTTP_REFERER} !^http://yourdomain/.*$      [NC]  //允许地址连接
RewriteCond %{HTTP_REFERER} !^http://yourdomain/.*$      [NC]  //允许地址连接
RewriteCond %{HTTP_REFERER} !^http://yourdomain/.*$      [NC]  //允许地址连接
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] //禁止类型</pre></td></tr></table></div>

<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F865&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">WordPress 的固定链接设置方式</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F756&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">WordPress永久链接或固定链接的方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F1414&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">wordpress修改仅首页显示友情链接</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F530&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">诺基亚旗下网站OVI推出无限容量免费外链相册+免费音乐外链空间</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.benmao.com%2Farchives%2F379&from=http%3A%2F%2Fwww.benmao.com%2Farchives%2F786">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 14px !important;">wordpress修改之友情链接页面</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.benmao.com/archives/786/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

