RewriteEngine On
RewriteCond %{REQUEST_FILENAME} .*\.(jpg|jpeg|gif|png) [NC]
RewriteRule .* http://i8.hexunimg.cn/2016-05-18/183920187.jpg
上面的意思将所有的图片重写到
http://i8.hexunimg.cn/2016-05-18/183920187.jpg
其中需要注意[NC]前面有个空格
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} .*\.(jpg|jpeg|gif|png) [NC]
RewriteCond %{HTTP_REFERER} !localhost [NC]
RewriteRule .* http://i8.hexunimg.cn/2016-05-18/183920187.jpg