Hey all, You can see here: http://backgroundscity.net/porche_459/widescreen-4s-front-28906.htm When i try to download in some pages like the one i gave i get error: "Hotlinking is not allowed", just after i log in to my user i can download it. Why its happening? If you think you can solve this problem, please Tell me i'll pay.
I can look into this, what are you paying for this information? The link that you posted is missing the "www", and that is why is saying "hotlinking forbidden". Because http://www.domain.com and http://domain.com are two separate domains. Doesn't work http://backgroundscity.net/porche_459/widescreen-4s-front-28906.htm Works http://www.backgroundscity.net/porche_459/widescreen-4s-front-28906.htm Your site is currently serving both www.domain.com and domain.com. I would recommend changing your .htaccess to automatically rewrite domain.com into www.domain.com
because your .htaccess disabled direct linking from other sites than yours open .htaccess and check for something like RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] remove them
Hotlinking is nothing but, using the third party's file.. So its showing you as 'hotlinking is not allowed'.. But once u get logged, it ll allow you.. The owner has some privacy settings that keep other unauthenticated persons to hotlink..
When you log in, you become a authenticated person.. So it allows you to download i.e, allows you to use third party's file (Hotlink)..