>>Thanks! but where I have to put this code? In which .htaccess?

I too would like to use this but when i put it in my htaccess file, it does not 
work. Here is my htaccess with the supplied code in it. Maybe i am not finding 
the right place to place this code?

<Limit GET>
order allow,deny
allow from all
deny from 81.177.14.
deny from 81.177.15.
deny from 85.255.119.
deny from 208.66.193.
deny from 195.225.177.
</Limit>
<Limit POST>
order allow,deny
allow from all
deny from 81.177.14.
deny from 81.177.15.
deny from 208.66.193.
</Limit>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
   RewriteCond %{HTTP_HOST} !www.domain.com$ [NC]
   RewriteCond %{HTTP_HOST} ^(www.)?([a-z0-9-]+).domain.com$ [NC]
   RewriteRule (.*) ~%2/$1 [L]
</IfModule>

# END WordPress

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to