Activity Stream
48,167 MEMBERS
62800 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1.     
    #11
    Moderator
    NewEraCracker's Avatar
    If you use nginx as apache reverse proxy. It downgrades requests to HTTP/1.0 and you lose the original HTTP version so just use:
    Code: 
    # Mitigate the spammers
    <IfModule rewrite_module>
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} ^$
    RewriteCond %{HTTP:Accept-Language} ^$
    RewriteCond %{REQUEST_METHOD} ^(POST)
    RewriteRule .* - [R=406]
    </IfModule>
    Trusted: Dom, l0calh0st, 0ccul7, robert420
    Find all threads started by NewEraCracker

  2.   Sponsored Links

  3.     
    #12
    Member
    Blocking spammers is not always a great idea, I have had websites where I have deleted their spam comments, stopped their comments and my traffic died.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. mod_rewrite fix
    By fdls in forum Web Application/Script Support
    Replies: 4
    Last Post: 9th Sep 2011, 05:51 PM
  2. Mod_rewrite access???
    By SaBteCh in forum Server Management
    Replies: 6
    Last Post: 18th Dec 2010, 01:09 AM
  3. mod_rewrite help
    By Paul in forum Webmaster Resources
    Replies: 1
    Last Post: 23rd Mar 2010, 12:02 AM
  4. Do spammers understand that they're spammers?
    By narutoroot in forum General Discussion
    Replies: 18
    Last Post: 21st Nov 2009, 06:36 AM

Tags for this Thread

BE SOCIAL