如何允许图像从一个文件夹或仅一个图像进行热链接。 我试过这个。
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain\.com [NC]
RewriteCond %{REQUEST_URI} !^wp-content/themes/mytheme/image-folder/images/pictures/.+\.(gif|jpe?g|png)$
RewriteCond %{REQUEST_URI} !^wp-content/themes/mytheme/image-folder/images/img/photo.png $
RewriteRule \.(gif|jpe?g|png)$ - [F,NC,L]
但这不起作用。 任何帮助表示赞赏。 感谢。