Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Daniel B.'s user avatar
  • 165
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 ....
Cristian's user avatar
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 ...
Jag's user avatar
  • 101
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 ...
byronyasgur's user avatar
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....
Itai's user avatar
  • 6,027