Query Strings not working in wordpress directories
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Query Strings not working in wordpress directories’ is closed to new replies.