• Resolved cortinashd

    (@cortinashd)


    Hello Guys, I have the following problem:

    I have configured everything correctly, however I get the following error when I verify:

    403
    Forbidden
    Access to this resource on the server is denied!

    Proudly powered by LiteSpeed Web Server
    Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.

    Attached image. https://ibb.co/qdMXJhX

    My site is located on CYBERPANEL litespeed server and I have the wordfense plugin.

    I thank you in advance for your support

    The page I need help with: [log in to see the link]

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

    (@robertnextendweb)

    Hi @cortinashd

    The problem on your website is caused by a firewall ( probably ModSecurity ) that blocks requests when they contain certain strings, more specifically “.profile”:

    With ModSecurity this is actually a very common problem, as they have this string on their black list, however one of the scopes that Google use:

    also contains that “.profile” string, which means the OAuth requests of Google will be blocked.

    You can actually reproduce this problem easily, even without Nextend Social Login. You just need to open the /wp-login.php page with the .profile string appearing in a GET parameters value, e.g.:

    The request will be blocked and will return a 403 error. But if you make it no longer contain the blacklisted “.profile” string, e.g. you remove the last “e” character:

    that will load the /wp-login.php page just fine.

    So to fix the problem, you should get in touch with your host and ask them to disable the rule that causes the problem. They have an error log that contains all kinds of error messages, including the ones triggered by the firewall. And that should contain the rule ID that causes this error.

    Once that rule is removed, the problem will no longer occur.

    Thread Starter cortinashd

    (@cortinashd)

    Thank you very much everything was solved following the recommended instructions

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 403 Access to this resource on the server is denied!’ is closed to new replies.