![]() |
Hotlink Protection a small problem.
Hello.
I've started this web server. It's works great, but i have problem with hotlink protection. In Virtual Hosts i have: Code:
Enable Hotlink Protection YesA lots of people links my baners in yourself sites, but now banners don't show :( What is wrong ?? What I must change ? In httpd.conf (Apache 2.0) i was: Code:
LoadModule rewrite_module /usr/lib/apache/mod_rewrite.so |
Thank you for using our product.
It is not a problem of hotlink protection configuration, as "gif" and "swf" are not in the suffix list. It is caused by improper permission masks on *.gif and *.swf, the execution bit is on, I believe. please try Code:
chmod a-x *.gif *.swfBy default, LSWS does not serve static files with execution bits on, if it is not perfered, please set "Restricted Permission Mask" under "Server"-> "Security" tab to "000". Please let us know whether it is fixed or not. Best regards. |
Everything was good.
But i was in Virtual Host Mappings i forgot add domain.ws i was only mydomain.net and www.mydomain.net Everyone has linked my banners from domain.ws address :) It was stupid things. Thanks for help. |
| All times are GMT -7. The time now is 08:05 AM. |