Hello,
I would like to know if this plugin allows crawling by Google, Bing… even if the image is locked.
Thanks,
Tristan
Hello thanks for that precious plugin that help me a lot.
I’ve use it on a lot of media in my website, but for a curious reason, sometime some of them no more been visible inside the Admin. For instance when I clic on a media in the media list to show its detail, I don’t have the image showed anymore. Sometimes, it’s in the preview of the article (still in the admin)…
What could be the problem ?
Hi,
how do I activate the hotlink protection for all images/files? I have over 5000 images on my wordpress site https://bantle-media.de/ and I can’t edit every imgage separately.
Best regards,
Tobias
]]>Hello I just added this plugin and have gone through and checked all of the mp4 vidoes on my clients site.
I am being told that the videos are leading to page not found when someone purchases them on my woocommerce store. What can I do to protect them and still have customers download vidoes
]]>The Hotlink File Prevention plugin added the rule (mydomain.com was added for privacy in this post) to htaccess in the uploads folder, but it’s not working when I test the video embed on another domain.
I’m wondering if the “FilesMatch” rules in the htaccess file could be preventing the Hotlink File Prevention rules from working.
<FilesMatch "\.(?i:php)$">
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>
# BEGIN Hotlink File Prevention
# The directives (lines) between "BEGIN Hotlink File Prevention" and "END Hotlink File Prevention" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^https://mydomain.com/ [NC]
RewriteRule .? - [S=1]
RewriteRule 2023/02/rc-intro-2.mp4 - [NC,L,F]
# END Hotlink File Prevention
]]>
If accessing off-site,
Eg:
Link: https://abc.com/wp-content/uploads/2022/file1.docx then redirect to https://abc.com/test1
Link: https://abc.com/wp-content/uploads/2022/file2.docx then redirect to https://abc.com/test2
….
So what to do?
Hope you help.
Thank you very much.
Does the plug-in work / do not work on Nginx?
Nginx dont support htaccess file.