
08-09-2004, 07:58 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
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 *.swf
under your banners directory.
By 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.
|