Skip to main content

how to protect a ... password protected dir ..from brute force?

Comments

2 comments

  • Infopro
    You might do better to ask this on the Joomla support forums. This thread may be of limited use: /http://forum.joomla.org/viewtopic.php?f=621&t=611517
    0
  • deltafarce
    For anyone who comes accross this in 2021... this works: Order Deny,Allow Deny from all Allow from 1.2.3.4 just above the AuthType Basic in your .htaccess file (in the administrator dir) 1.2.3.4 being your static IP that you want to allow. Now if only I could redirect them some place else instead of serving 403's...but atleast this solves the issue of thousands of bots filling our firewalls..
    0

Please sign in to leave a comment.