About 333,000 results
Open links in new tab
  1. What's the difference between HTTP 301 and 308 status codes?

    An overview of 301, 302 and 307 The RFC 7231, the current reference for semantics and content of the HTTP/1.1 protocol, defines the 301 (Moved Permanently) and 302 (Found) status code, …

  2. HTTP redirect: 301 (permanent) vs. 302 (temporary)

    Aug 13, 2013 · http http-redirect http-status-code-301 http-status-code-302 edited Aug 13, 2013 at 15:44 mikemaccana 126k 113 442 545

  3. html - How to properly make 301 redirect - Stack Overflow

    Feb 20, 2018 · A 301 redirect essentially means "Moved Permanently" as an HTTP status code and will be recognised for SEO purposes. Achieving this within an .htaccess file is the most …

  4. How long do browsers cache HTTP 301s? - Stack Overflow

    Feb 3, 2012 · On second thought, I didn't really answer the real question, "How long do browsers cache a 301," and my answer wouldn't help anybody who redirected a public-facing site where …

  5. Difference between HTTP redirect codes - Stack Overflow

    The 301 redirect code seems clear enough: This means the resource was permanently moved to another URI, and future requests should use that URI. And the 307 redirect code also seems …

  6. How to test an HTTP 301 redirect? - Stack Overflow

    Jun 14, 2010 · How can one easily test HTTP return codes, like, say, a 301 redirect? For example, if I want to "see what's going on", I can use telnet to do something like this: ... $ …

  7. http - always 301 Moved Permanently - Stack Overflow

    Dec 1, 2022 · When i try to do it with other sites (for example github.com, www.youtube.com, www.twitch.tv), i get the same thing - 301 Moved Permanently but the address in location …

  8. url - 301 redirect vs 307 redirect - Stack Overflow

    Feb 7, 2013 · It's correct. Actually 307 is variation of the more common 302 redirect 301 Moved Permanently This and all future requests should be directed to the given URI. 307 Temporary …

  9. What does HTTP/1.1 302 mean exactly? - Stack Overflow

    Jun 10, 2009 · In the particular case of redirects to trailing slash URLs, our search results will likely show the version of the URL with the 200 response code (most often the trailing slash …

  10. c - Why do I get 301 Moved Permanently - Stack Overflow

    Jul 13, 2022 · The 301 is happening on the server side of the .net site ... It is saying that the page you are trying to access has moved. This could simply be because the server moves you from …