![]() |
|||||||||||||
|
HTTP 301 |
| HTTP |
| Persistence · Compression · SSL |
| Headers |
| ETag · Cookie · Referer |
| Status codes |
| 200 OK |
| 301 Moved permanently |
| 302 Found |
| 303 See Other |
| 403 Forbidden |
| 404 Not Found |
The HTTP response status code 301 Moved Permanently is used for permanent redirection.
This status code should be used with the location header. RFC 2616 states that:
GET /index.php http/1.1 Host: www.example.com
301 Moved Permanently Location: /login.php