Viewing 1 replies (of 1 total)
  • Plugin Author apexad

    (@apexad)

    As I mentioned, I will be looking into this further. However, as an alternative, keep in mind that you could manually edit your .htaccess file and add this:

    (changing apexad.net to your own domain of course)

    # BEGIN Secure Login
    <FilesMatch “wp-login.php”>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} !^.*wp-iphone.*$
    RewriteCond %{HTTP_USER_AGENT} !^.*wp-android.*$
    RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?apexad.net [NC]
    RewriteRule .* – [F]
    </FilesMatch>
    # END Secure Login

Viewing 1 replies (of 1 total)
  • The topic ‘htacces problem’ is closed to new replies.