| Posted: 02 July 2007 at 1:13pm | IP Logged
|
|
|
Thanks for replying to my post. For security reasons I can't give you a url to test out (but the PDF slowdown is happening). I have not noticed any slowdowns on areas of our site that aren't using the hotlinkblocker though. Below is the configuration file we are using. Perhaps there is a problem with this that is causing the slowness of the download times.
As you can see we are trying to prevent linking to all PDF documents on our entire Intranet site. Our company Internet site (www.ecec.com) is not using the hotlinkblocker and all PDF's there seem to be working fine. These two websites run on the same IIS server.
################################################# # HotlinkBlocker Configuration file
# Version 1, 4, 0, 56
Signature=33c88700-f7fb-44d6-ab02-2a62c4983d78 LinkExpires=3600 NotifyOrder=MEDIUM
[Protect] REDIRECT @.*\.pdf
[ReferersBlackList] [ReferersWhiteList] @http\://(?:www\.)intra.ecec\.com.* [UserAgentsBlackList] [UserAgentsWhiteList]
|