All Questions
Tagged with query-string 404
5 questions
3
votes
1
answer
2k
views
Should out-of-range pagination query produce a 404?
The answer seems like a plain-as-day yes, but I'd rather have a more certain idea.
Should an out-of-range pagination query, e.g. 11 of 10, produce a 404?
I'm working on a React.js application where ...
2
votes
2
answers
2k
views
Error 404 after rewrite query strings with htaccess
I'm trying to redirect the URLs of a client's website like this:
www.localsite.com/immobile.php?id_immobile=24
In something like this:
www.localsite.com/immobile/24.php
I'm using this rule in ....
0
votes
0
answers
27
views
Best way to handle query string params no longer used [duplicate]
A client's SEO "expert" has recently asked us to redirect hundreds of URLs to the home page but we're not sure if her request is the best way of going about it.
Here's the situation:
The clients ...
4
votes
2
answers
289
views
Just discovered something I never knew about 404 - could someone explain this
I had always thought that placing anything spurious after the 404 which the server didn't understand would result in a 404; however I had a closer look at a WordPress site which I was building and ...
5
votes
1
answer
1k
views
How should incorrectly encoded URLs be handled?
Just recently noticed that some sites link with the URL incorrectly percent-encoded, to which my server (LAMP) responds with a 404 Not Found.
For example, for a URL of mine like this:
http://www....