• At the beginning i thought i couldn’t pass GET query strings to subdirectories, because i tried:
    example.com/wp-content/phpfile.php?variable=123 (didn’t work)

    But no, then i tried:
    example.com/FolderCreatedByMe/phpfile.php?variable=123
    And it worked!

    So, i suppouse i can’t pass query string (GET) to WordPress folders. I have multiple php files there that need these query strings to work.

    My WordPress is running with NGINX, this problem doesn’t happens in Apache. I don’t know if i have to modify any configuration.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to check permissions on those folders and also htaccess file for any denials.

    Thread Starter emmalaebat

    (@emmalaebat)

    Stef, thanks for answering.
    I have given all permissions to those wordpress folders, i have checked it’s groups, owners, and all.
    I don’t know the reason i can’t interact with query string on those folders (WP-CONTENT, WP-INCLUDES).
    Do you think if i create my own WP-content folder, and then put inside the content of the original folder there, could work?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Query Strings not working in wordpress directories’ is closed to new replies.