Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I've seen a lot of posts here about creating fake paths with htaccess, but nothing seems to fit exactly what I want. Part 1: I have a site that sells my own compositions. I'm happy for them to be ...
James's user avatar
  • 1
0 votes
1 answer
183 views

How can I prevent my website content from being displayed outside of it. my website : <video oncontextmenu="return false;" controlsList="nodownload noplaybackrate" ...
user avatar
0 votes
1 answer
130 views

I have built a website and live stream some private videos only to registered viewers. The live stream is generated by AWS Medialive workflow. The workflow uses Cloudfront to distribute the stream. ...
Charles's user avatar
  • 725
2 votes
1 answer
66 views

We host a website via GitLab Pages (static website generation) and have recently encountered a problem. In the licence for our fonts (or in the installation details) it is mentioned that we should ...
Sebastian's user avatar
1 vote
1 answer
1k views

There is an error in my website's cPanel, when I try to enable HOTLINK PROTECTION, I get the following error (image 1 attached):The Cpanel screenshot from Apache detection There was an error while ...
Samsi's user avatar
  • 31
0 votes
0 answers
38 views

I have a php script that watermarks hotlinked images that isn't working, I always get the linked image. I think the problem is in the htaccess file and I can't figure out why it doesn't work. When I ...
iBison's user avatar
  • 15
1 vote
1 answer
393 views

I want to be able to prevent hotlinking and show a specific image only for some domains. I have tried this method but this prevent all sites from hotlinking using .htaccess RewriteCond %{HTTP_REFERER} ...
Astrit Shuli's user avatar
0 votes
0 answers
500 views

I'm currently making a website with videos on it, however, I want to avoid as much as possible people being able to download them (I know that this is not 100% achievable, but there are ways to make ...
connorjrt's user avatar
0 votes
1 answer
150 views

In Hotlink Protection not working with .htaccess the problem of preventing hotlinking by means of .htaccess directives was discussed, but the answers there do not provide a solution for my problem. ...
Antonio Lanceta Aragonés's user avatar
0 votes
1 answer
309 views

I know how to implement something like the following in my Nginx configuration to prevent hotlinking. However, I don't mind hotlinking from most sources. Even though my website has nothing to do with ...
Ryan Smith's user avatar
0 votes
1 answer
614 views

HI all not too familiar with coding however. Trying to disable hotlinking from htacess as it is not enabled on cpanel. If my woocommerce sends a mail to a user all images are hotlink protected. Im ...
oujisan2236's user avatar
0 votes
1 answer
164 views

I used this code in my .htaccess file and it is working great to prevent hotlinking: RewriteEngine On RewriteCond %{HTTP_HOST}@@%{HTTP_REFERER} !^([^@]*)@@https?://\1/.* RewriteRule \.(gif|jpg|jpeg|...
jeff's user avatar
  • 37
0 votes
2 answers
572 views

Windows 2016 Server running IIS 10 with the URL Rewrite Module installed. The servers are set up in a server Farm. I've been messing around with this for the last 48 hours and cannot, for the life of ...
CodingEE's user avatar
  • 341
0 votes
0 answers
124 views

On my webserver (MySQL). I implemented hotlink protection which allow requests from allowed domains only. now i want to add my mobile app in the access list so i can access the files or images in the ...
Zeeshan Ali's user avatar
2 votes
1 answer
1k views

I want to allow image crawling on my site from a couple of different bots and exclude all others. I want to allow images in at least one folder to not be blocked for any request. I don't want to block ...
Vince's user avatar
  • 990

15 30 50 per page
1
2 3 4 5
17