Deanna Schneider wrote: > It's a linux box running apache and while not DOS level - we are > seeing 100's of these a day. They're all doing a get on the same > non-existent pdf file, and they all redirect to some random porn site > - sometimes the same one, sometimes different ones.
You can set redirects in Apache in either the httpd or .htaccess files. The will look something like. Redirect [status] [url] [url] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:294955 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
