Support » Plugin: Yoast SEO » Can´t edit Htaccess in Yoast because of Wp-Login Protection

  • Resolved irongenetics96

    (@irongenetics96)


    Because of Bruteforce Attacks i secured my Wp-Login with following code in the htaccess

    # Secure Login
    <Files wp-login.php>
    AuthType Basic
    AuthName “Secured”
    AuthUserFile /www/.htpasswd
    Require valid-user
    </Files>

    Now i cant edit htaccess in Yoast. How to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support amboutwe

    (@amboutwe)

    If WordPress or Yoast cannot write to the .htaccess file, please edit the .htaccess file directly on your server using FTP or a server file manager.

    Plugin Support Jerlyn

    (@jerparx)

    Closed. No further questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can´t edit Htaccess in Yoast because of Wp-Login Protection’ is closed to new replies.