joris121

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    joris121 got a reaction from ntclick in Chinese sites stealing my IP address   
    RewriteCond %{HTTP_HOST} !^(www\.)?myDomainName\.com$ [NC]
    RewriteRule ^(.*)$ - [R=404,L]

    edit ^(.*)$ to whatever you want to match.

    should work, not tested though.