Thread Starter
a2ms
(@a2ms)
Eventually I solved it using this in my .htaccess file
<Files wp-login.php>
Order Deny,Allow
Deny from all
Allow from all
</Files>
I don’t see why /wp-login should work. Usually either you type wp-login.php as you mentioned or /wp-admin which will redirect you to the right place.