Redirection
Redirection options can be set for the blog – or for each blog in a multisite setup:
- no redirection
- redirect to a specific post, note that with this option the blog is shown to the visitor but only that page can be visited
- redirect to the WordPress login
Redirect Status Code
The redirect status code can be selected among:
- Moved Permanently (301)
- Found (302)
- See other (303)
- Temporary Redirect (307)
References
- Status Code Definitions Status Code Definitions
- RFC 2616