Hi, -i have problem with spam sites .. hit generated from spam sities and when i tried to block them using .htaccess file i get the err not even i myself can view my website Err Code 500 was generated. -I have attaching the file kindly take a look and please help me out. Regards.
The format of your RewriteConds is wrong. Try RewriteCond %{HTTP_REFERER} (www\.)?domain\.com [NC,OR] Code (markup): instead. I think that should work. John