Defender Pro Masked Login showing 404 not found error when enabled

I’ve enabled Defender Pro -> Masked login but when I test it, instead of showing the masked URL it shows 404 not found error.

  • Nithin Ramdas
    • Support Wizard

    Hi Dave Randolph ,

    The issue was with the rules in the htaccess which was missing. I have added the following ones along with the existing rules:

    # BEGIN WordPress
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    # END WordPress

    And now the Mask URL login works fine without any issue. I tested the new mask URL “maskedtestlogin” login you have added and it loads fine as expected.

    [attachments are only viewable by logged-in members]

    Please do check and let us know if you have any further query. Have a nice day ahead.

    Best Regards,
    Nithin