1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # anti wp password bruteforce attack RewriteCond %{REQUEST_URI} wp-login.php|wp-admin RewriteCond %{HTTP_USER_AGENT} !^Opera/[0-9.]+ RewriteRule . - [R=404,L] </IfModule> php_value upload_max_filesize 4M # END WordPress |
Leave a Reply
<a href=""> <b> <blockquote> <code> <em> <i> <strike> <strong>