Advertisement
Guest User

Untitled

a guest
Sep 20th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2. IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
  3.  
  4. <Limit GET POST>
  5. #The next line modified by DenyIP
  6. order allow,deny
  7. #The next line modified by DenyIP
  8. #deny from all
  9. allow from all
  10. </Limit>
  11. <Limit PUT DELETE>
  12. order deny,allow
  13. deny from all
  14. </Limit>
  15. AuthName komili.eu
  16.  
  17. # BEGIN WordPress
  18. <IfModule mod_rewrite.c>
  19. RewriteEngine On
  20. RewriteBase /
  21. RewriteRule ^index\.php$ - [L]
  22. RewriteCond %{REQUEST_FILENAME} !-f
  23. RewriteCond %{REQUEST_FILENAME} !-d
  24. RewriteRule . /index.php [L]
  25. </IfModule>
  26.  
  27. <Files wp-login.php>
  28. AuthName "Restricted Area"
  29. AuthType Basic
  30. AuthUserFile http://www.komili.eu/public_html/.htpasswd
  31. AuthGroupFile /dev/null
  32. <Files wp-login.php>
  33. require valid-user
  34. </Files>
  35.  
  36. <FilesMatch "(\.htaccess|\.htpasswd|wp-config\.php|liesmich\.html|readme\.html)">
  37. order deny,allow
  38. deny from all
  39. </FilesMatch>
  40.  
  41. # END WordPress
  42.  
  43. <Files 403.shtml>
  44. order allow,deny
  45. allow from all
  46. </Files>
  47.  
  48. deny from 24.114.29.162
  49. deny from 142.4.209.197
  50. deny from 85.17.155.223
  51. deny from 104.238.118.146
  52. deny from 198.50.0.0/16
  53. deny from 208.109.0.0/16
  54. deny from 37.187.0.0/16
  55. deny from 188.120.0.0/16
  56. deny from 188.127.233.220
  57. deny from 157.55.39.117
  58. deny from 70.32.0.0/16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement