我有一些网站,不断窃取我的图像,有时甚至iframe来获取我的内容。
我尝试过使用.htaccess重定向任何窃取到stop hotlinking等图像的图像,但我仍然遇到了相同的问题,比如使用.jpg、.gif、.png等不带扩展名的内容
有没有什么办法,我可以编辑.htaccess,以防止这种情况发生,而不是显示一个iframe?
发布于 2012-04-12 02:12:50
你可能会考虑以下几点?
http://www.cyberciti.biz/faq/apache-mod_rewrite-hot-linking-images-leeching-howto/
http://underscorebleach.net/jotsheet/2004/11/stop-image-hotlinking-tutorial-htaccess-apache
http://altlab.com/htaccess_tutorial.html
-或者-
http://bit.ly/ImCQOa
https://stackoverflow.com/questions/10111306
复制相似问题