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
I add this code on header.php
wp_redirect( '/index.php' ); exit();
And WP force redirect too for remove /index.php We have a infinite loop
I think to avoid this, it would be necessary to test with a call wp_remote_xxx to know if the URL loop.
The text was updated successfully, but these errors were encountered:
petitphp
No branches or pull requests
I add this code on header.php
And WP force redirect too for remove /index.php
We have a infinite loop
I think to avoid this, it would be necessary to test with a call wp_remote_xxx to know if the URL loop.
The text was updated successfully, but these errors were encountered: