Forum Moderators: phranque
is #1 for a certian chat term on MSN with 146,888,093 results.
How do you redirect visitors to another page? (It's not even a chat room, but a form to send an E-Mail and it's not fun geting bombed with E-Mail from people thinking they are chating!)
RewriteCond %{HTTP_REFERER} ^http://search\.msn\.[\?]+\?q=[i]word1[/i]\+[i]word2[/i]&
RewriteCond %{QUERY_STRING} ^cwdid=3193729435149232271&&DI=293$
RewriteRule ^aid/8892124430631224127/bc\.chat$ http://www.example.com/[i]another_page.ext[/i] [R=301,L]
Jim