阻止根据引用者直接访问资源

时间:2015-04-20 10:21:11

标签: .htaccess mod-rewrite

RewriteEngine on

RewriteCond %{HTTP_REFERER} !^$ [NC] 
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost [NC] 
RewriteRule \.(jpeg|png|css|js)$ - [NC,F]

这里它会阻塞,但在正常加载时,文件无法加载,只加载了html内容,资源没有出现在页面中。像图像,css,js等。

0 个答案:

没有答案