Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress 404 error when adding /?name=someonesname at the end of my URL

I am trying to pass informations from aweber to my thank you page, but for some reasons, only the name parameter doesn't work, it makes a 404 error.

Every other URL parameters works perfectly ( for exemple ?email=yourmail&birthday=02/05/1982 ) but the name makes this 404 error.

This problem was occuring on my landing page so i decided to try on the root url ( www.mydomain.com/?name=paul ) and it makes a 404 error also..

Can someone help me ?

Thanks in advance.

like image 996
Mkz Avatar asked Sep 25 '16 08:09

Mkz


People also ask

What does error 404 or not found error while accessing a URL mean?

The 404 code means that a server could not find a client-requested webpage. Variations of the error message include "404 Error," "404 Page Not Found" and "The requested URL was not found."


1 Answers

name is a reserved term, you cant use it, try another variation

https://codex.wordpress.org/Reserved_Terms

like image 182
MarZab Avatar answered Sep 23 '22 18:09

MarZab