LoginPress Error Message with BPS (Pro)

Home Forums BulletProof Security Pro LoginPress Error Message with BPS (Pro)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39246
    Thorsten
    Participant

    I use the Plugin LoginPress Pro to style the Login Pages. If I click on “Edit” at Login Press Pro, the BPS Pro Plugin blocks the Edit Page to edit the Login Page. The following Error Message occurs:

    xydomain.de 403 Forbidden Page

    How can I allow LoginPress Pro to access the Edit Setting of the Login Page to be editable with you Plugin?

    #39248
    AITpro Admin
    Keymaster

    Go to the BPS Security Log page and look for any Security Log entries that have Loginpress in the log entry.  Copy the Security Log entry and paste it in your forum reply so I can see what is being blocked.

    #39250
    Thorsten
    Participant

    HTTP_REFERER: https://fotowebmedia.de/wp-admin/admin.php?page=loginpress-settings
    REQUEST_URI: /wp-admin/customize.php?url=https://fotowebmedia.de/thofoweme/&autofocus=loginpress_panel
    QUERY_STRING: url=https://fotowebmedia.de/thofoweme/&autofocus=loginpress_panel

    #39252
    AITpro Admin
    Keymaster

    The URI and Query String are simulating an RFI hacking attempt.  To fix this problem do the steps below.

    1. Copy the wp-admin htaccess code below into this BPS wp-admin Custom Code text box: 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
    2. Click the save wp-admin Custom Code button.
    3. Go to the BPS Pro Setup Wizard page and run the Pre-Installation Wizard and Setup Wizard. For BPS free just run the Setup Wizard.

    # customize.php skip/bypass rule
    RewriteCond %{REQUEST_URI} (customize\.php) [NC]
    RewriteRule . - [S=2]
    #39255
    Thorsten
    Participant

    Thanks, that worked fine. 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.