Why does WordPress automatically redirect URLs with the parameter “name=” to a different page?
In WordPress, name is a reserved term (emphasis mine): There is a complete set of reserved keywords, or terms, in WordPress that should not be used in certain circumstances as they may conflict with core functionality. You should avoid using any of these terms when: Passing a term through a $_GET or $_POST array Registering … Read more