Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Try:

    #protect wp-login.php
    <Files wp-login.php>
    Order deny,allow
    Deny from All
    allow from [your_static_ip]
    </Files>

Viewing 1 replies (of 1 total)

The topic ‘.htaccess allow,deny directive’ is closed to new replies.