404 with one querystring, but not another
-
Hey all,
I have a custom page where I’m using a querystring to look something up. The issue I’m having is that for some reason, some querystrings works, and others return a page not found error. For example, a url with “
https://example.com/my-custom-page/?query=cat
” will work, but “https://example.com/my-custom-page/?query=dog
” returns a 404.Is there a reason why changing a querystring parameter would cause one request to give a 404 and not the other?
Thanks for the help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘404 with one querystring, but not another’ is closed to new replies.