WordPress:允许在一个文件夹中的图像热链接,或主题内的文件夹中的一个特定图像?

时间:2014-03-30 22:00:01

标签: wordpress image .htaccess hotlinking

如何允许图像从一个文件夹或仅一个图像进行热链接。 我试过这个。

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]

但这不起作用。 任何帮助表示赞赏。 感谢。

0 个答案:

没有答案