We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My site have permalink setting like: www.test.com/post-name/ and nginx very basic conf:
location / { try_files $uri $uri/ /index.php$is_args$args; }
when I install this plugin, it does not work. the /wp-json/wp/v2/posts/XXX is still accessable.
I tried to google it for a long time but faild...
Any idea on this?
env: VPS with ubuntu 20 latest WP php 8.1 clean site, no other plugin...
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My site have permalink setting like: www.test.com/post-name/
and nginx very basic conf:
when I install this plugin, it does not work. the /wp-json/wp/v2/posts/XXX is still accessable.
I tried to google it for a long time but faild...
Any idea on this?
env:
VPS with ubuntu 20
latest WP
php 8.1
clean site, no other plugin...
Thanks.
The text was updated successfully, but these errors were encountered: