Web Hosting Talk







View Full Version : How do you stop hotlinkers?


ClusterMania
04-24-2002, 01:50 PM
How can you stop hotlinkers that hotlink mpg files? The files are streamed when wmp opens it =/

Tim Greer
04-25-2002, 05:58 AM
Using mod_rewrite, if your web server supports it, is usually the most common and effective measure -- unless you create a script (PHP, CGI, etc.) to check user's information and possibly work with sessions, and not just referrers (which is better than mod_rewrite if you are able to choose that option).