Can't Add Hotlink Protection?

When i click add hotlink protection, the website says “An internal error occurred. Our developers have already been notified.” then i wait hours but still this problem is not solved.

What should i do ?

Just wait it out the panel is facing issues currently

2 Likes

İ checked status page and seeing everythink is solved after i tried to add hotlink protection again and the error is still have…

İ tried to search hotlink protection code and i add it to htaccess then i visit my site hotlink is working but my site is broken… if i add hotlink with this button i think my site dont broke so what should i do :slight_smile:

Edit: İf i allow direct links there is no problem with add this but i want to deny direct links please help me

I’ve opened a ticket with developers to fix it, I’m unsure how long before a response/it is fixed.

1 Like

Seemingly adding this to .htaccess with work

```
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)example.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|png|css|pdf)$ - [F]
```

Changing the website to your own address :1st_place_medal:

1 Like

I’ve opened a ticket with developers to fix it, I’m unsure how long before a response/it is fixed.

1 Like

Developer will resolve this, there is no estimate as this isn’t a huge issue sadly.

Think the developers have resolved it for you