• Resolved kdubyo

    (@kdubyo)


    Hello,

    I have a password protected feed and the dialog box doesn’t seem to accept any credentials. I input the credentials and the dialog box just disappears and re-appears again.

    Here are my installation details:

      WordPress Version 5.4.2
      Your version of PHP (7.3.18-1+ubuntu18.04.1+deb.sury.org+1) is OK!
      You are using 17% (87.1M of 512M) of available memory.
      Temporary directory /tmp/ is writable.

    And here’s what my .htaccess file looks like:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule .* – [e=HTTP_AUTHORIZATION:%1]
    RewriteBase /
    RewriteRule ^index\.php$ – [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
    </IfModule>

    # BEGIN WordPress
    # The directives (lines) between BEGIN WordPress and END WordPress are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I have a custom url for logging in. It’s at “/login” and it has recaptcha on it.

    Any help would be super appreciative. I’ve been banging my head against the wall.

    • This topic was modified 4 years, 8 months ago by kdubyo.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Password protected feed help?’ is closed to new replies.