Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include $parsed_url[path] in the assessment #6995

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Mar 23, 2022

  1. include $parsed_url[path] in the assessment

    There are instances where a wordpress install is implemented as a backend but served as though in a subdirectory path. 
    i.e. backend is https://some_wordpress_install/ but served to the user as https://example.com/blog/. This fix makes sure to add the path of the home_url and removes that part from the $_SERVER['REQUEST_URI']. This way, the right uri is always preserved, otherwise it breaks.
    Cameron Barr authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c7a2c81 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    988ba2b View commit details
    Browse the repository at this point in the history